mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-27 05:20:54 +07:00
11 lines
234 B
Java
11 lines
234 B
Java
public class ConstConfig {
|
|
int test(boolean aaaaaaaa) {
|
|
Boolean b;
|
|
if ((b = switch (0) {
|
|
case 1: {
|
|
yield aaaa<caret>;
|
|
}
|
|
default: yield false;
|
|
}));
|
|
}
|
|
} |