Commit f0c0bdf5 by Alexandre Petit-Bianco Committed by Tom Tromey

block.java: New file.

	* libjava.compile/block.java: New file.
	* libjava.compile/block.out: New file.

From-SVN: r33298
parent 18fcc496
2000-04-20 Alexandre Petit-Bianco <apbianco@cygnus.com>
* libjava.compile/block.java: New file.
* libjava.compile/block.out: New file.
2000-04-20 Tom Tromey <tromey@cygnus.com>
* libjava.jni/throwit.out: Fixed output to be correct.
......
// 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'...");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment