[FIR] Support static getters along with fake Enum.entries declaration in FIR
#KT-48872
This commit is contained in:
committed by
Space
parent
45b89de9f4
commit
93f17a2b86
@@ -7,5 +7,6 @@ package org.jetbrains.kotlin.ir.expressions
|
||||
|
||||
enum class IrSyntheticBodyKind {
|
||||
ENUM_VALUES,
|
||||
ENUM_VALUEOF
|
||||
ENUM_VALUEOF,
|
||||
ENUM_ENTRIES
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user