mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
10 lines
148 B
Plaintext
Vendored
10 lines
148 B
Plaintext
Vendored
// "Create actual enum class for module testModule_JS (JS)" "true"
|
|
|
|
expect enum class MyEnum {
|
|
FIRST,
|
|
SECOND,
|
|
LAST;
|
|
|
|
val num: Int
|
|
}
|