class X { void test(int i) { switch(i){ default -> System.out.println("1"); } } }