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