blob: 29f92d1ac8f15fa263705f9200ea8d4d58925be5 [file] [log] [blame]
public class X {
int field;
public X() {
<spot>field = 0;</spot>
}
void reset() {
field = -1;
}
}