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
|
|
|
|
*
|
2013-05-21 14:33:09 +01:00
|
|
|
* @compile one/Parent.java two/Child.java
|
|
|
|
* @compile/fail one/Parent2.java two/Child2.java
|
2007-12-01 00:00:00 +00:00
|
|
|
*/
|