Commit 90db9131 by Tom Tromey Committed by Tom Tromey

For PR gcj/260:

	* libjava.lang/PR260.out: New file.
	* libjava.lang/PR260.java: New file.

From-SVN: r34670
parent 93b7b953
2000-06-23 Tom Tromey <tromey@cygnus.com>
For PR gcj/260:
* libjava.lang/PR260.out: New file.
* libjava.lang/PR260.java: New file.
2000-06-13 Warren Levy <warrenl@cygnus.com> 2000-06-13 Warren Levy <warrenl@cygnus.com>
Test for PR java.lang/258: Test for PR java.lang/258:
......
class A
{
static
{
System.out.println ("A initialized");
}
}
public class PR260
{
public static void main(String args[])
{
Class klass = A.class;
}
}
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