blob: 88b2ab132f513dc4b034f4f8c1b387a13fc95fb0 [file] [log] [blame]
class XYZ {
static int name;
void method() {
System.out.println(name);
<selection>27</selection>
System.out.println(name);
}
}