3 lines
48 B
Kotlin
Vendored
3 lines
48 B
Kotlin
Vendored
actual class X {
|
|
actual fun foo(): Any = 0
|
|
} |