Files
2022-05-13 18:58:38 +00:00

13 lines
152 B
Java

class CL {
void g() {
int k;
if (x) {
int j = <caret><selection>0;
j1 = 0</selection>;
}
}
}