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