mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 14:36:58 +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>
|
|
}
|
|
}
|
|
}
|