mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
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
151 B
Kotlin
Vendored
10 lines
151 B
Kotlin
Vendored
// "Create header class implementation for platform JS" "true"
|
|
|
|
header enum class <caret>MyEnum {
|
|
FIRST,
|
|
SECOND,
|
|
LAST;
|
|
|
|
val num: Int
|
|
}
|