public class ConstConfig { int test(boolean aaaaaaaa) { Boolean b; if ((b = switch (0) { case 1: { yield aaaaaaaa; } default: yield false; })); } }