mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-10 00:46:27 +07:00
28ec1b1e80
otherwise containing expression would miss a part (IDEA-152813)
8 lines
88 B
Plaintext
8 lines
88 B
Plaintext
class Test {
|
|
{
|
|
int i;
|
|
i = 0;
|
|
System.out.println(0);
|
|
|
|
}
|
|
} |