class A { void test(int x) { switch (x) { default: case 0, 1, 2: System.out.println("hello"); } } }