// "Unwrap 'switch'" "true" public class One { void n() { if (true) { switch (0) { default -> { } } } } }