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
@@ -9,5 +9,4 @@ fun foo(bar: Base):Int {
bar <caret>!is Base -> 42
else -> 1
}
}
/* IGNORE_FIR */
}