11 lines
135 B
Plaintext
Vendored
11 lines
135 B
Plaintext
Vendored
// DISABLE-ERRORS
|
|
|
|
expect class My {
|
|
fun foo(param: String): Int
|
|
|
|
val x: String
|
|
|
|
val pi: Double
|
|
|
|
val correct: Boolean
|
|
} |