* libjava.compile/pr176.java: New file, for PR gcj/176.
From-SVN: r32561
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// 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 {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user