FIR IDE: Enable ReplaceCallFix for UNSAFE_CALL.

This commit is contained in:
Mark Punzalan
2021-02-26 22:25:58 +00:00
committed by Ilya Kirillov
parent 3ebdfa3850
commit 164d7d80b6
32 changed files with 146 additions and 30 deletions
@@ -4,4 +4,5 @@ var i: Int? = 0
fun foo(s: String?) {
i = s?.length
}
}
/* FIR_COMPARISON */