de71598794
#KT-22632 Fixed
9 lines
84 B
Kotlin
Vendored
9 lines
84 B
Kotlin
Vendored
// !CHECK_HIGHLIGHTING
|
|
|
|
package test
|
|
|
|
expect enum class Enum {
|
|
A,
|
|
B,
|
|
C
|
|
} |