9 lines
104 B
Plaintext
Vendored
9 lines
104 B
Plaintext
Vendored
actual class Foo {
|
|
actual fun foo(s: String, n: Int) {
|
|
|
|
}
|
|
}
|
|
|
|
fun Foo.test1() {
|
|
foo("1", 2)
|
|
} |