mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-20 12:44:34 +07:00
GitOrigin-RevId: 5064b5ac2c2ec4390d9d082b7fded96e0c731732
10 lines
220 B
Java
10 lines
220 B
Java
// "Collapse into loop" "true"
|
|
class X {
|
|
void test() {
|
|
<selection>System.out.println(1);
|
|
System.out.println(3);
|
|
System.out.println(5);
|
|
System.out.println(7);
|
|
System.out.println(9);</selection>
|
|
}
|
|
} |