7 lines
78 B
Kotlin
Vendored
7 lines
78 B
Kotlin
Vendored
expect class My constructor() {
|
|
fun foo()
|
|
}
|
|
|
|
fun test() {
|
|
My().foo()
|
|
} |