fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / libjava / testsuite / libjava.compile / pr176.java
bloba52b5bbf80880a9de562a4e43966d84e2e847ae2
1 // gcj (20000313) reports "Type `x' not found in the declaration of the
2 // return type of method `getX'."
4 public class pr176
6 class A
8 x getX()
10 return new x();
13 class x {}