Files
kotlin-fork/idea/testData/quickfix/nullables/unsafeInfixCall/unsafeInvoke.kt.after
T
Mark Punzalan ef923d4cfe FIR IDE: Enable ReplaceInfixOrOperatorCallFix for
UNSAFE_IMPLICIT_INVOKE_CALL.
2021-06-03 20:18:02 +03:00

3 lines
86 B
Plaintext
Vendored

// "Replace with safe (?.) call" "true"
fun foo(exec: (() -> Unit)?) = exec?.invoke()