mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-08 23:42:07 +07:00
3cc9cdf88b
IDEA-123328
7 lines
128 B
Java
7 lines
128 B
Java
class Main {
|
|
public static void main(String[] args) {
|
|
do {
|
|
if (true) br<caret>eak;
|
|
} while (args != null);
|
|
}
|
|
} |