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