// "Replace 'switch' with 'if'" "true-preview" class X { void test(int x) { switch (x) { case 1 -> {{ System.out.println("hello"); }} case 2 -> System.out.println("oops"); } } }