1 package b5; 2 /* Test case for bug 9642 Search - missing inaccurate type matches */ 3 import x.y.Zork; 4 public class A { 5 { 6 Zork[] zork = new Zork[0]; 7 int i = Zork.foo; 8 } 9 10 }