5 lines
56 B
Kotlin
5 lines
56 B
Kotlin
fun foo() {}
|
|
|
|
fun test() {
|
|
<caret>foo { x -> "$x"}
|
|
} |
fun foo() {}
|
|
|
|
fun test() {
|
|
<caret>foo { x -> "$x"}
|
|
} |