blob: e150c12f9856ac5b958448453489f52a0f54e3a0 [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;
}
}