// "Unwrap 'switch'" "true-preview" class X { String test(char c) { switch (c) { default: return "foo"; } } }