mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-30 18:20:52 +07:00
11 lines
262 B
Java
11 lines
262 B
Java
// "Collapse into loop" "true-preview"
|
|
class X {
|
|
void test() {
|
|
<selection>System.out.println(10L);
|
|
System.out.println(8L);
|
|
System.out.println(6L);
|
|
System.out.println(4L);
|
|
System.out.println(2L);
|
|
System.out.println(0L);</selection>
|
|
}
|
|
} |