[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
@@ -25,6 +25,7 @@ public final enum class AnnotatedEnumEntry : kotlin.Enum<test.AnnotatedEnumEntry
}
// Static members
public final /*synthesized*/ val entries: kotlin.enums.EnumEntries<test.AnnotatedEnumEntry>
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.AnnotatedEnumEntry
public final /*synthesized*/ fun values(): kotlin.Array<test.AnnotatedEnumEntry>
}
@@ -19,6 +19,7 @@ public interface CustomAnnotation {
public final override /*1*/ /*fake_override*/ /*isHiddenForResolutionEverywhereBesideSupercalls*/ fun getDeclaringClass(): java.lang.Class<test.CustomAnnotation.MyEnum!>!
// Static members
public final /*synthesized*/ val entries: kotlin.enums.EnumEntries<test.CustomAnnotation.MyEnum>
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.CustomAnnotation.MyEnum
public final /*synthesized*/ fun values(): kotlin.Array<test.CustomAnnotation.MyEnum>
}
@@ -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>
}
@@ -18,6 +18,7 @@ public final enum class EnumConstructorParameter : kotlin.Enum<test.EnumConstruc
}
// Static members
public final /*synthesized*/ val entries: kotlin.enums.EnumEntries<test.EnumConstructorParameter>
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.EnumConstructorParameter
public final /*synthesized*/ fun values(): kotlin.Array<test.EnumConstructorParameter>
}
@@ -21,6 +21,7 @@ public open class NestedEnumArgument {
public final override /*1*/ /*fake_override*/ /*isHiddenForResolutionEverywhereBesideSupercalls*/ fun getDeclaringClass(): java.lang.Class<test.NestedEnumArgument.E!>!
// Static members
public final /*synthesized*/ val entries: kotlin.enums.EnumEntries<test.NestedEnumArgument.E>
public final /*synthesized*/ fun valueOf(/*0*/ value: kotlin.String): test.NestedEnumArgument.E
public final /*synthesized*/ fun values(): kotlin.Array<test.NestedEnumArgument.E>
}