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