FIR IDE: Enable RemoveUselessIsCheckFix and

RemoveUselessIsCheckFixForWhen.
This commit is contained in:
Mark Punzalan
2021-05-27 20:16:10 +00:00
committed by teamcityserver
parent 639b7537da
commit af35892007
16 changed files with 59 additions and 98 deletions
+1 -3
View File
@@ -3,6 +3,4 @@ fun foo(a: String) {
if (<caret>1 is Int) {
}
}
/* IGNORE_FIR */
}