5 lines
70 B
Kotlin
Vendored
5 lines
70 B
Kotlin
Vendored
// DISABLE-ERRORS
|
|
|
|
expect class My {
|
|
fun foo(param: String): Int
|
|
} |