mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 14:31:48 +07:00
03db4748c0
GitOrigin-RevId: 5064b5ac2c2ec4390d9d082b7fded96e0c731732
7 lines
151 B
Java
7 lines
151 B
Java
// "Collapse into loop" "true"
|
|
class X {
|
|
void test() {
|
|
<selection>System.out.println("Hello");
|
|
System.out.println("World");</selection>
|
|
}
|
|
} |