mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
10 lines
129 B
Plaintext
Vendored
10 lines
129 B
Plaintext
Vendored
// "Create actual class for platform JS" "true"
|
|
|
|
header enum class MyEnum {
|
|
FIRST,
|
|
SECOND,
|
|
LAST;
|
|
|
|
val num: Int
|
|
}
|