5 lines
66 B
Kotlin
Vendored
5 lines
66 B
Kotlin
Vendored
expect class Z {
|
|
fun foo(): Any
|
|
}
|
|
|
|
expect fun useZ(z: Z): Unit |