mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 14:31:48 +07:00
ebc61af5e8
GitOrigin-RevId: de00fe6b26f1969f8f9df0ac2d944ec76f402c8c
8 lines
103 B
Java
8 lines
103 B
Java
// "Collapse into loop" "false"
|
|
class X {
|
|
void test() {
|
|
<caret>int x;
|
|
int y;
|
|
int z;
|
|
}
|
|
} |