blob: 21df34a1777baf3b901de68a2e5b8af78fe6329a [file] [log] [blame]
package b5;
/* Test case for bug 9642 Search - missing inaccurate type matches */
import x.y.Zork;
public class A {
{
Zork[] zork = new Zork[0];
int i = Zork.foo;
}
}