FIR IDE: Enable ReplaceInfixOrOperatorCallFix for

UNSAFE_IMPLICIT_INVOKE_CALL.
This commit is contained in:
Mark Punzalan
2021-05-24 22:13:42 +00:00
committed by teamcityserver
parent 6de1000818
commit ef923d4cfe
9 changed files with 30 additions and 18 deletions
@@ -6,6 +6,4 @@ fun foo() {}
fun bar() {
val fff: (() -> Unit)? = ::foo
fff?.invoke()
}
/* IGNORE_FIR */
}