mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 12:17:12 +07:00
11 lines
218 B
Java
11 lines
218 B
Java
// "Fix the typo 'defaul' to 'default'" "true-preview"
|
|
public class Test {
|
|
public static void test(List<String> list) {
|
|
switch (1) {
|
|
case 1->{
|
|
System.out.println();
|
|
}
|
|
default
|
|
}
|
|
}
|
|
} |