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