4d9b19da82
#KT-18539 Fixed
8 lines
152 B
Plaintext
Vendored
8 lines
152 B
Plaintext
Vendored
// MyEnum: to be implemented
|
|
actual enum class MyEnum {
|
|
FIRST, SECOND, LAST;
|
|
|
|
actual val num: Int
|
|
get() = TODO("Not yet implemented")
|
|
|
|
} |