ef923d4cfe
UNSAFE_IMPLICIT_INVOKE_CALL.
3 lines
85 B
Kotlin
Vendored
3 lines
85 B
Kotlin
Vendored
// "Replace with safe (?.) call" "true"
|
|
|
|
fun foo(exec: (() -> Unit)?) = exec<caret>() |