source: trunk/src/gcc/libjava/testsuite/libjava.compile/PR124.java@ 2

Last change on this file since 2 was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 161 bytes
Line 
1import java.lang.reflect.*;
2
3public 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.