mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 16:19:55 +08:00
* libjava.compile/pr176.java: New file, for PR gcj/176.
From-SVN: r32561
This commit is contained in:
parent
369e59b1c1
commit
beca355843
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
15
libjava/testsuite/libjava.compile/pr176.java
Normal file
15
libjava/testsuite/libjava.compile/pr176.java
Normal file
@ -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 {}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user