mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-08 23:42:07 +07:00
3cc9cdf88b
IDEA-123328
7 lines
121 B
Java
7 lines
121 B
Java
class Main {
|
|
public static void main(String[] args) {
|
|
switch (args[0]) {
|
|
case "A" : br<caret>eak;
|
|
}
|
|
}
|
|
} |