e476150025
^KT-55487 Fixed
9 lines
140 B
Kotlin
Vendored
9 lines
140 B
Kotlin
Vendored
// DO_NOT_CHECK_SYMBOL_RESTORE_K1
|
|
|
|
enum class MyKotlinEnum {
|
|
FirstEntry, SecondEntry;
|
|
}
|
|
|
|
fun test() {
|
|
MyKotlinEnum.valu<caret>es()
|
|
} |