class C { void test(int n) { String s = switch (n) { case 1 -> ""; default -> /*0*/{/*1*/break /*2*/"a";/*3*/}/*4*/ }; } }