mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-20 00:03:37 +07:00
8 lines
186 B
Java
8 lines
186 B
Java
class C {
|
|
void test(int n) {
|
|
String s = switch (n) {
|
|
case 1 -> "";
|
|
default -> /*0*/<selection>/*1*/"a" + "b"/*2*/;</selection>/*3*/
|
|
};
|
|
}
|
|
} |