// "Replace 'switch' with 'if'" "true-preview" class Test { void m() { switch (0) { case 1 -> { } default -> {} } } }