source: trunk/gcc/libjava/testsuite/libjava.compile/block.java

Last change on this file 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: 295 bytes
Line 
1// Class block
2// Generated on Thu Apr 20 15:03:23 PDT 2000
3// It is illegal to use modifiers for in-block (local) classes
4
5class block {
6 public void foo ()
7 {
8 public class xxx {}
9 }
10 public static void main (String[] arg)
11 {
12 System.out.println ("Testing class `block'...");
13 }
14}
Note: See TracBrowser for help on using the repository browser.