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