OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.lang/] [pr8415.java] - Blame information for rev 765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 765 jeremybenn
import java.lang.reflect.*;
2
public class pr8415
3
{
4
  public static void meth () throws NullPointerException
5
  {
6
    throw new NullPointerException();
7
  }
8
 
9
  public static void main(String[] args) throws Throwable
10
  {
11
    Class k = pr8415.class;
12
    Method m = k.getMethod ("meth", new Class[0]);
13
    System.out.println(m);
14
  }
15
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.