Commit 1778c8ff by Tom Tromey Committed by Tom Tromey

* libjava.compile/pr8712.java: New file, for PR java/8712.

From-SVN: r60856
parent 5e694fba
2003-01-03 Tom Tromey <tromey@redhat.com>
* libjava.compile/pr8712.java: New file, for PR java/8712.
2003-01-01 Tom Tromey <tromey@redhat.com>
* libjava.compile/pr8955.java: New test, for PR java/8955.
......
public class pr8712
{
boolean x(pr8712 a)
{
return (!(a instanceof pr8712));
}
}
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