mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 16:47:50 +07:00
IDEA-359199 GitOrigin-RevId: a3162b75c3fa4ed32b3b17bcbf0753cf01fe72db
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()
|
|
}
|
|
}
|
|
} |