5 lines
66 B
Kotlin
Vendored
5 lines
66 B
Kotlin
Vendored
expect class X {
|
|
fun foo(): Any
|
|
}
|
|
|
|
expect fun useX(x: X): Unit |