blob: 41ac196486db768741a247d2b915e03f09ba43ed [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++;
}
}