blob: c319b045a7e0e1653b5838d970eb8754ec450564 [file] [log] [blame]
package b6;
/* Test case for bug 10386 NPE in MatchLocator.lookupType */
public class A {
int[] field;
int foo() {
return this.field.length;
}
}