blob: 6c833e97246beff93944e893ce74ea4a69361d11 [file] [log] [blame]
package b1;
/* Test case for bug 7987 Field reference search should do lookup in 1.4 mode */
public class B extends A {
void foo() {
this.x++;
}
}