source:
trunk/src/gcc/libjava/testsuite/libjava.compile/PR124.java@
2
Last change on this file since 2 was 2, checked in by , 22 years ago | |
---|---|
|
|
File size: 161 bytes |
Line | |
---|---|
1 | import java.lang.reflect.*; |
2 | |
3 | public class PR124 |
4 | { |
5 | public static void main (String[] args) |
6 | { |
7 | System.out.println (new InvocationTargetException ()); |
8 | } |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.