0N/A/*
0N/A * @test
0N/A * @bug 4053724
0N/A * @summary Certain non-ambiguous field references were reported by the
0N/A * compiler as ambigous.
0N/A * @author turnidge
0N/A *
0N/A * @compile -nowrite one/Parent.java two/Child.java
0N/A * @compile -nowrite one/Parent2.java two/Child2.java
0N/A */