FIR IDE: Enable ReplaceInfixOrOperatorCallFix for UNSAFE_CALL,

UNSAFE_INFIX_CALL, UNSAFE_OPERATOR_CALL.
This commit is contained in:
Mark Punzalan
2021-05-24 17:58:34 +00:00
committed by teamcityserver
parent 5a7f4ffc99
commit ca7649edbb
25 changed files with 63 additions and 75 deletions
@@ -3,6 +3,4 @@
fun foo(bar: Int?) {
bar +<caret> 1
}
/* IGNORE_FIR */
}