blob: b71e8905a59e17af77d32f9f2b6d6044358847c6 [file] [log] [blame]
package a4;
/* Test case for bug 6158 Search - Prefix and postfix expression not found as write reference */
public class X {
int field;
void foo() {
field++;
}
}