mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
11 lines
135 B
Kotlin
Vendored
11 lines
135 B
Kotlin
Vendored
// DISABLE-ERRORS
|
|
|
|
expect class My {
|
|
fun foo(param: String): Int
|
|
|
|
val x: String
|
|
|
|
val pi: Double
|
|
|
|
val correct: Boolean
|
|
} |