FIR IDE: Enable RemoveUselessCastFix.

This commit is contained in:
Mark Punzalan
2021-05-27 18:07:31 +00:00
committed by teamcityserver
parent f5a53c82c5
commit 639b7537da
28 changed files with 35 additions and 71 deletions
@@ -4,6 +4,4 @@ fun test(x: Any): String? {
return x <caret>as String
}
return null
}
/* IGNORE_FIR */
}