mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
10 lines
155 B
Kotlin
Vendored
10 lines
155 B
Kotlin
Vendored
// "Create actual enum class for module testModule_JS (JS)" "true"
|
|
|
|
expect enum class <caret>MyEnum {
|
|
FIRST,
|
|
SECOND,
|
|
LAST;
|
|
|
|
val num: Int
|
|
}
|