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