Files
kotlin-fork/compiler/testData/resolvedCalls/arguments/functionLiterals/unmappedLambda.kt
T

5 lines
56 B
Kotlin

fun foo() {}
fun test() {
<caret>foo { x -> "$x"}
}