jdk-24/langtools/test/tools/javac/NonAmbiguousField/Test

11 lines
267 B
Plaintext
Raw Normal View History

2007-12-01 00:00:00 +00:00
/*
* @test
* @bug 4053724
* @summary Certain non-ambiguous field references were reported by the
* compiler as ambigous.
* @author turnidge
*
* @compile -nowrite one/Parent.java two/Child.java
* @compile -nowrite one/Parent2.java two/Child2.java
*/