mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-11 12:20:54 +07:00
824259dfc0
GitOrigin-RevId: 3b908b2eed06b41e08ef1c739d90a299389db8c9
8 lines
181 B
Java
8 lines
181 B
Java
class Main {
|
|
public static final String STRING_CONSTANT = "abc";
|
|
public static void main(String[] args) {
|
|
switch (args[0]) {
|
|
case STRING_CONSTANT:<caret>
|
|
}
|
|
}
|
|
} |