mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 10:22:24 +07:00
GitOrigin-RevId: e83a11865b073e51f26361121a739d4977abf17b
8 lines
96 B
Java
8 lines
96 B
Java
class Main {
|
|
void f(Object o) {
|
|
switch (o) {
|
|
case String s when <caret>
|
|
}
|
|
}
|
|
}
|