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