4 lines
74 B
Kotlin
4 lines
74 B
Kotlin
// IS_APPLICABLE: false
|
|
fun foo(x: Foo) {
|
|
x.<caret>foo(1) { it * 2 }
|
|
} |