5095caee50
#KT-30513 Fixed #KT-17071 Fixed
4 lines
92 B
Kotlin
Vendored
4 lines
92 B
Kotlin
Vendored
// HIGHLIGHT: INFORMATION
|
|
fun test(foo: (() -> Unit)?) {
|
|
<caret>if (foo != null) foo()
|
|
} |