// "Replace 'switch' with 'if'" "true" class Test { void m() { if (0 == 1) { } } }