Change the way of getting name and ordinal for enum entry in interpreter

For now IrProperty doesn't have corresponding overridden symbol, so
it must be taken from getter.
This commit is contained in:
Ivan Kylchik
2021-06-15 14:52:10 +03:00
committed by TeamCityServer
parent f815f63fc5
commit 334d518aba
4 changed files with 14 additions and 23 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
import kotlin.*
import kotlin.collections.*