Files
kotlin/idea/testData/debugger/selectExpression/disallowMethodCalls/functionLiteral.kt

7 lines
79 B
Kotlin
Vendored

fun foo() {
<caret>bar { }
}
fun bar(f: () -> Unit) = 1
// EXPECTED: null