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