mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 06:39:33 +07:00
GitOrigin-RevId: 2a9f1b3deb68145bbe4fbfa42e45432e6281a41d
10 lines
115 B
Java
10 lines
115 B
Java
|
|
class Main {
|
|
void test(int x) {
|
|
switch(x) {
|
|
case 1 -> {
|
|
if (<caret>)
|
|
}
|
|
}
|
|
}
|
|
} |