8 lines
102 B
Plaintext
Vendored
8 lines
102 B
Plaintext
Vendored
// My: to be implemented
|
|
// DISABLE-ERRORS
|
|
expect enum class My {
|
|
;
|
|
|
|
fun getHello(): String
|
|
|
|
} |