test/tools/javac/NonAmbiguousField/Test

Fri, 27 Aug 2010 17:21:17 -0700

author
jjg
date
Fri, 27 Aug 2010 17:21:17 -0700
changeset 662
b4e7a57af8df
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

6570730: com.sun.source.tree.ModifiersTree.getFlags() should return class type
Reviewed-by: mcimadamore

     1 /*
     2  * @test
     3  * @bug 4053724
     4  * @summary Certain non-ambiguous field references were reported by the
     5  *          compiler as ambigous.
     6  * @author turnidge
     7  *
     8  * @compile -nowrite one/Parent.java two/Child.java
     9  * @compile -nowrite one/Parent2.java two/Child2.java
    10  */

mercurial