IrSyntheticBody (for 'values', 'valueOf').

This commit is contained in:
Dmitry Petrov
2016-08-31 17:32:01 +03:00
committed by Dmitry Petrov
parent c47e82f965
commit 2d2100b1b5
13 changed files with 174 additions and 24 deletions
+4
View File
@@ -13,3 +13,7 @@ FILE /classes.kt
FUN private constructor TestEnumClass()
BLOCK_BODY
ENUM_CONSTRUCTOR_CALL Enum super
FUN public final /*synthesized*/ fun values(): kotlin.Array<TestEnumClass>
SYNTHETIC_BODY kind=ENUM_VALUES
FUN public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): TestEnumClass
SYNTHETIC_BODY kind=ENUM_VALUEOF