mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
public class X {
|
|
private boolean flag;
|
|
|
|
void f(String[] as) {
|
|
<spot>do</spot> {
|
|
System.out.println("looping");
|
|
} while (flag);
|
|
}
|
|
} |