d1cff41ce0
Note that the quick fix to implement header class works incorrectly when that class has nested classes at the moment; this should be fixed separately #KT-15494 Fixed #KT-18573 Fixed
10 lines
228 B
Plaintext
Vendored
10 lines
228 B
Plaintext
Vendored
// MyEnum: to be implemented
|
|
impl enum class MyEnum {
|
|
FIRST,
|
|
SECOND,
|
|
LAST;
|
|
|
|
impl val num: Int
|
|
get() = TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
|
|
|
} |