| // Class block | |
| // Generated on Thu Apr 20 15:03:23 PDT 2000 | |
| // It is illegal to use modifiers for in-block (local) classes | |
| class block { | |
| public void foo () | |
| { | |
| public class xxx {} | |
| } | |
| public static void main (String[] arg) | |
| { | |
| System.out.println ("Testing class `block'..."); | |
| } | |
| } |