// "Replace 'switch' with 'if'" "false" class Test { void foo(float f) { switch (f) { case } } }