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