mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
10 lines
136 B
Kotlin
Vendored
10 lines
136 B
Kotlin
Vendored
// "Create actual class for platform JS" "true"
|
|
|
|
header enum class <caret>MyEnum {
|
|
FIRST,
|
|
SECOND,
|
|
LAST;
|
|
|
|
val num: Int
|
|
}
|