mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 04:36:59 +07:00
9 lines
169 B
Java
9 lines
169 B
Java
public class A {
|
|
void foo() {
|
|
String x = "";
|
|
switch (x) {
|
|
case "name": lo<caret>
|
|
default: throw new Throwable()
|
|
}
|
|
}
|
|
} |