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

18 lines
188 B
Java

class CL {
void g() {
int k;
if (1==1)
{
int j = 0;
}
else
{
int i;<caret>
}
j1 = 0;
}
}