blob: 0b979b0ee0f5959dd9e2234af4f6e801d440c0ae [file] [log] [blame]
package e3;
/* Test case for bug 31985 NPE searching non-qualified and case insensitive type ref */
public class Y31985 {
Object foo() {
return X31985.CONSTANT;
}
}