FIR IDE: Enable RemoveUselessIsCheckFix and
RemoveUselessIsCheckFixForWhen.
This commit is contained in:
committed by
teamcityserver
parent
639b7537da
commit
af35892007
+1
-2
@@ -9,5 +9,4 @@ fun foo(bar: Base):Int {
|
||||
bar <caret>!is Base -> 42
|
||||
else -> 1
|
||||
}
|
||||
}
|
||||
/* IGNORE_FIR */
|
||||
}
|
||||
Reference in New Issue
Block a user