repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libjava
/
testsuite
/
libjava.compile
/
pr176.java
blob
a52b5bbf80880a9de562a4e43966d84e2e847ae2
1
// gcj (20000313) reports "Type `x' not found in the declaration of the
2
// return type of method `getX'."
3
4
public class
pr176
5
{
6
class
A
7
{
8
x
getX
()
9
{
10
return new
x
();
11
}
12
13
class
x
{}
14
}
15
}