mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 13:20:56 +07:00
7 lines
133 B
Java
7 lines
133 B
Java
// "Collapse into loop" "true-preview"
|
|
class X {
|
|
void test() {
|
|
<caret>System.out.println(12);
|
|
System.out.println(17);
|
|
}
|
|
} |