mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
18 lines
188 B
Java
18 lines
188 B
Java
|
|
class CL {
|
|
void g() {
|
|
int k;
|
|
if (1==1)
|
|
{
|
|
int j = 0;
|
|
}
|
|
else
|
|
{
|
|
int i;<caret>
|
|
}
|
|
j1 = 0;
|
|
}
|
|
}
|
|
|
|
|