d3fada89b7
This makes code a bit cleaner
8 lines
232 B
Plaintext
Vendored
8 lines
232 B
Plaintext
Vendored
// MyEnum: to be implemented
|
|
actual enum class MyEnum {
|
|
FIRST, SECOND, LAST;
|
|
|
|
actual val num: Int
|
|
get() = TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.
|
|
|
|
} |