mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 00:42:21 +07:00
03db4748c0
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(2);
|
|
System.out.println(3);
|
|
System.out.println(5);
|
|
System.out.println(8);</selection>
|
|
}
|
|
} |