mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 07:11:04 +07:00
03db4748c0
GitOrigin-RevId: 5064b5ac2c2ec4390d9d082b7fded96e0c731732
9 lines
230 B
Java
9 lines
230 B
Java
// "Collapse into loop" "true"
|
|
class X {
|
|
void test() {
|
|
<selection>System.out.println("Item: "+10);
|
|
System.out.println("Item: "+9);
|
|
System.out.println("Item: "+8);
|
|
System.out.println("Item: "+7);</selection>
|
|
}
|
|
} |