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