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
102 B
Java
8 lines
102 B
Java
class Test {
|
|
{
|
|
int i, j;
|
|
i = j = 0;
|
|
System.out.println(<caret>j);
|
|
|
|
}
|
|
} |