6219f7fc0d
Use the new `IrClass.hasEnumEntries` flag added in the previous commit. #KT-61208 Fixed
6 lines
73 B
Kotlin
Vendored
6 lines
73 B
Kotlin
Vendored
fun test() {
|
|
EnumClass.entries.forEach {
|
|
println(it)
|
|
}
|
|
}
|