7 lines
109 B
Kotlin
Vendored
7 lines
109 B
Kotlin
Vendored
// "Create member function 'Foo.foo'" "true"
|
|
|
|
expect class Foo
|
|
|
|
fun test(f: Foo) {
|
|
f.<caret>foo("a", 1)
|
|
} |