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