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