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