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