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

7 lines
82 B
Kotlin
Vendored

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