Files

5 lines
56 B
Kotlin
Vendored

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