blob: d438b4c9287ed18d35e7dcc89c8d5f4066141292 [file] [log] [blame]
public class X {
int field = 0;
public X() {
}
void reset() {
field = -1;
}
}