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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
/*
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
 * @test
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
 * @bug 4053724
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
 * @summary Certain non-ambiguous field references were reported by the
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
 *          compiler as ambigous.
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
 * @author turnidge
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
 *
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
 * @compile -nowrite one/Parent.java two/Child.java
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
 * @compile -nowrite one/Parent2.java two/Child2.java
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
 */