// DO_NOT_CHECK_SYMBOL_RESTORE_K1 enum class MyKotlinEnum { FirstEntry, SecondEntry; } fun test() { MyKotlinEnum.values() }