[JVM IR] Adjust testData to address new static Enum.entries member

This commit is contained in:
Vsevolod Tolstopyatov
2022-07-29 17:40:56 +02:00
committed by Space
parent 2fcef7af89
commit 0a5b3f1e13
21 changed files with 22 additions and 1 deletions
@@ -24,6 +24,7 @@ public/*package*/ interface Interface {
public final /*fake_override*/ /*isHiddenForResolutionEverywhereBesideSupercalls*/ fun getDeclaringClass(): java.lang.Class<test.Interface.Kind!>!
// Static members
public final /*synthesized*/ val entries: kotlin.enums.EnumEntries<test.Interface.Kind>
public final /*synthesized*/ fun valueOf(/*0*/ kotlin.String): test.Interface.Kind
public final /*synthesized*/ fun values(): kotlin.Array<test.Interface.Kind>
}