mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-21 21:51:49 +07:00
01db701bec
GitOrigin-RevId: 74a10e28de1dfb1667bb4a29688ab4c710b73bf4
9 lines
135 B
Java
9 lines
135 B
Java
|
|
class Foo {
|
|
void foo(String a) {
|
|
switch (a) {
|
|
case "x":break;
|
|
case "asdf<caret>"
|
|
}
|
|
}
|
|
} |