4 lines
44 B
Kotlin
Vendored
4 lines
44 B
Kotlin
Vendored
actual fun useX(x: X): Unit {
|
|
x.foo()
|
|
}
|