FIR IDE: Enable ReplaceInfixOrOperatorCallFix for
UNSAFE_IMPLICIT_INVOKE_CALL.
This commit is contained in:
committed by
teamcityserver
parent
6de1000818
commit
ef923d4cfe
+1
-3
@@ -5,6 +5,4 @@ fun bar() {
|
||||
val fff: (() -> Int)? = { 1 }
|
||||
var i: Int = 1
|
||||
i = fff?.invoke() ?: <caret>
|
||||
}
|
||||
|
||||
/* IGNORE_FIR */
|
||||
}
|
||||
Reference in New Issue
Block a user