package d9.p2; /* Test case for bug 28236 Search for refs to class in hierarchy matches class outside hierarchy */ import d9.p1.A; public class B { A a; }