5 lines
88 B
Kotlin
Vendored
5 lines
88 B
Kotlin
Vendored
// "Surround with null check" "true"
|
|
|
|
fun foo(exec: (() -> Unit)?) {
|
|
<caret>exec()
|
|
} |