mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-06 09:36:56 +07:00
8 lines
96 B
Java
8 lines
96 B
Java
class Main {
|
|
void f(Object o) {
|
|
switch (o) {
|
|
case String s when <caret>
|
|
}
|
|
}
|
|
}
|