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
@@ -2,4 +2,5 @@
// WITH_RUNTIME
class T(s: String?) {
var i: Int = s<caret>.length
}
}
/* FIR_COMPARISON */