mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 21:52:48 +07:00
GitOrigin-RevId: 9e7403383296cfa3c9478d8e635e592d31ba0518
9 lines
130 B
Java
9 lines
130 B
Java
class Test {
|
|
|
|
public static void test() {
|
|
while ((false)) {
|
|
System.out.println();
|
|
}
|
|
boolean c = false;
|
|
}
|
|
} |