mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-02 06:28:23 +00:00
11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
/*
|
|
* @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
|
|
*/
|