Sign in
code
/
edge
/
openjdk
/
refs/heads/master
/
.
/
langtools
/
test
/
tools
/
javac
/
NonAmbiguousField
/
Test.java
blob: 131bc8705c1e3f8d2853cc3570b90182cc2bc268 [
file
] [
log
] [
blame
] [
edit
]
/*
* @test
* @bug 4053724
* @summary Certain non-ambiguous field references were reported by the
* compiler as ambigous.
* @author turnidge
*
* @compile one/Parent.java two/Child.java
* @compile/fail one/Parent2.java two/Child2.java
*/