mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 14:30:49 +07:00
GitOrigin-RevId: 0cd50d0ef1168b9bf637c8dcb0972f27d7ce2156
9 lines
151 B
Java
9 lines
151 B
Java
public class A {
|
|
public static void main(String[] args) {
|
|
switch (args[0]) {
|
|
case String s -> {
|
|
<caret>
|
|
}
|
|
}
|
|
}
|
|
} |