langtools/test/tools/javac/NonAmbiguousField/Test
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 10 06bc494ca11e
permissions -rw-r--r--
Initial load

/*
 * @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
 */