blob: e94e3fd5546a4fdcb9031f4729b6264687f9d047 [file] [log] [blame]
// "Replace 'switch' with 'if'" "false"
class Test {
void foo(float f) {
switch (f<caret>) {
}
}
}