5 lines
66 B
Kotlin
Vendored
5 lines
66 B
Kotlin
Vendored
expect class Y {
|
|
fun foo(): Any
|
|
}
|
|
|
|
expect fun useY(y: Y): Unit |