mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
5 lines
77 B
Plaintext
Vendored
5 lines
77 B
Plaintext
Vendored
// "Convert to enum class" "true"
|
|
|
|
expect enum class <caret>E {
|
|
A, B, C
|
|
} |