mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
IDEA-296940 GitOrigin-RevId: cd5d256b6082d3dd6aa246a40cce6294f93f8fdd
9 lines
118 B
Java
9 lines
118 B
Java
|
|
class Foo {
|
|
void foo(String a) {
|
|
switch (a) {
|
|
case "dzyolya", "izyayu":
|
|
<caret>
|
|
}
|
|
}
|
|
} |