// "Unwrap 'switch'" "true-preview" class X { String test(char c) { switch (c/*comment*/) { default: if(c == 'a') { System.out.println("foo"); } break; } } }