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