4 lines
69 B
Kotlin
4 lines
69 B
Kotlin
// IS_APPLICABLE: false
|
|
fun foo(x: Foo) {
|
|
x.<caret>foo(bar = x)
|
|
} |