4 lines
71 B
Kotlin
Vendored
4 lines
71 B
Kotlin
Vendored
actual class X {
|
|
actual fun foo(): Any = 0
|
|
fun bar(): Any = 1
|
|
} |