test/tools/javac/NonAmbiguousField/Test.java

changeset 1775
08daea43a7f8
parent 1
9a66ca7c79fa
child 2525
2eb010b6cb22
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/javac/NonAmbiguousField/Test.java	Tue May 21 14:33:09 2013 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +/*
     1.5 + * @test
     1.6 + * @bug 4053724
     1.7 + * @summary Certain non-ambiguous field references were reported by the
     1.8 + *          compiler as ambigous.
     1.9 + * @author turnidge
    1.10 + *
    1.11 + * @compile one/Parent.java two/Child.java
    1.12 + * @compile/fail one/Parent2.java two/Child2.java
    1.13 + */

mercurial