mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
GitOrigin-RevId: ef54453da96b8bf9f957cf40d9d6d162debab8ea
9 lines
104 B
Java
9 lines
104 B
Java
import java.util.List;
|
|
|
|
class Foo {
|
|
void test() {
|
|
switch(1) {
|
|
default -> <caret>
|
|
}
|
|
}
|
|
} |