mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-31 11:20:55 +07:00
7 lines
109 B
Java
7 lines
109 B
Java
class X {
|
|
void test(double i) {
|
|
switch(i<caret>){
|
|
default -> System.out.println("1");
|
|
}
|
|
}
|
|
} |