Commit 38733dbb by Jeff Sturm Committed by Jeff Sturm

II.java: New file.

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

From-SVN: r43744
parent 9be7529d
2001-07-03 Jeff Sturm <jsturm@one-point.com>
* libjava.lang/II.java: New file.
* libjava.lang/II.out: New file.
2001-06-25 Tom Tromey <tromey@redhat.com>
* libjava.lang/stub.xfail: Removed.
......
public class II {
{
System.out.println("ii");
}
public II()
{
}
public II(int x)
{
this();
}
public static void main(String[] args)
{
new II(0);
}
}
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