source: trunk/gcc/libjava/testsuite/libjava.compile/pr176.java

Last change on this file was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 211 bytes
Line 
1// gcj (20000313) reports "Type `x' not found in the declaration of the
2// return type of method `getX'."
3
4public class pr176
5{
6 class A
7 {
8 x getX()
9 {
10 return new x();
11 }
12
13 class x {}
14 }
15}
Note: See TracBrowser for help on using the repository browser.