// "Unwrap 'switch'" "true-preview" public class One { void f1(String a) { switch (a) { default -> System.out.println("None"); } } }