mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
add convert switch to if for invalid switch types (IDEA-81580)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Replace 'switch' with 'if'" "false"
|
||||
class Test {
|
||||
void foo(float f) {
|
||||
switch (f<caret>) {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user