mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
10 lines
267 B
Text
10 lines
267 B
Text
/*
|
|
* @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
|
|
*/
|