block.java: New file.
* libjava.compile/block.java: New file. * libjava.compile/block.out: New file. From-SVN: r33298
This commit is contained in:
committed by
Tom Tromey
parent
18fcc4961b
commit
f0c0bdf5e0
@@ -0,0 +1,14 @@
|
||||
// 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'...");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user