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