Skip to content
Snippets Groups Projects
Commit f3b5bed2 authored by tromey's avatar tromey
Browse files

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32561 138bc75d-0d04-0410-961f-82ee72b054a4
parent 4a5ec5a2
Branches
Tags
No related merge requests found
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> 2000-03-15 Bryce McKinlay <bryce@albatross.co.nz>
* libjava.compile/pr172.java: Correct classname to match file name. * 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 {}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment