3 lines
47 B
Kotlin
3 lines
47 B
Kotlin
fun foo(x: Foo) {
|
|
x.<caret>foo { it * 2 }
|
|
} |
fun foo(x: Foo) {
|
|
x.<caret>foo { it * 2 }
|
|
} |