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