[JVM IR] Adjust testData to address new static Enum.entries member
This commit is contained in:
committed by
Space
parent
2fcef7af89
commit
0a5b3f1e13
+1
@@ -16,6 +16,7 @@ public open class EnumArgumentWithCustomToString {
|
||||
public final override /*1*/ /*fake_override*/ /*isHiddenForResolutionEverywhereBesideSupercalls*/ fun getDeclaringClass(): java.lang.Class<test.EnumArgumentWithCustomToString.E!>!
|
||||
|
||||
// Static members
|
||||
public final /*synthesized*/ val entries: kotlin.enums.EnumEntries<test.EnumArgumentWithCustomToString.E>
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.EnumArgumentWithCustomToString.E
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.EnumArgumentWithCustomToString.E>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user