// "Unwrap 'switch' statement" "true" class X { String test(char c) { switch (c) { default: char a, b = c; } int b; } }