Cross Reference: Test
xref
: /
openjdk7
/
langtools
/
test
/
tools
/
javac
/
NonAmbiguousField
/
Test
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
Test revision 0
0
N/A
/*
0
N/A
* @test
0
N/A
* @bug 4053724
0
N/A
* @summary Certain non-ambiguous field references were reported by the
0
N/A
* compiler as ambigous.
0
N/A
* @author turnidge
0
N/A
*
0
N/A
* @compile -nowrite
one
/
Parent.java
two
/
Child.java
0
N/A
* @compile -nowrite
one
/
Parent2.java
two
/
Child2.java
0
N/A
*/