Commit beca3558 by Tom Tromey Committed by Tom Tromey

* libjava.compile/pr176.java: New file, for PR gcj/176.

From-SVN: r32561
parent 369e59b1
2000-03-15 Tom Tromey <tromey@cygnus.com>
* libjava.compile/pr176.java: New file, for PR gcj/176.
2000-03-15 Bryce McKinlay <bryce@albatross.co.nz>
* libjava.compile/pr172.java: Correct classname to match file name.
......
// gcj (20000313) reports "Type `x' not found in the declaration of the
// return type of method `getX'."
public class pr176
{
class A
{
x getX()
{
return new x();
}
class x {}
}
}
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