[FIR] Support static getters along with fake Enum.entries declaration in FIR

#KT-48872
This commit is contained in:
Vsevolod Tolstopyatov
2022-07-21 10:46:01 +02:00
committed by Space
parent 45b89de9f4
commit 93f17a2b86
18 changed files with 207 additions and 8 deletions
@@ -7,5 +7,6 @@ package org.jetbrains.kotlin.ir.expressions
enum class IrSyntheticBodyKind {
ENUM_VALUES,
ENUM_VALUEOF
ENUM_VALUEOF,
ENUM_ENTRIES
}