mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
7 lines
114 B
Java
7 lines
114 B
Java
class X {
|
|
void test(int i) {
|
|
switch (i) {
|
|
case Int<caret>eger l-> System.out.println("1");
|
|
}
|
|
}
|
|
} |