mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
10 lines
254 B
Java
10 lines
254 B
Java
/*
|
|
* @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
|
|
*/
|