7 lines
88 B
Kotlin
Vendored
7 lines
88 B
Kotlin
Vendored
actual fun useY(y: Y): Unit {
|
|
y.foo()
|
|
}
|
|
|
|
actual fun useZ(z: Z): Unit {
|
|
z.foo()
|
|
} |