3bea49eedd
#KT-7170 Fixed
4 lines
57 B
Kotlin
4 lines
57 B
Kotlin
enum class Hi(a: Int) {
|
|
FOO : Hi(1)
|
|
BAR : Hi(3)
|
|
} |