[JVM IR] Adjust testData to address new static Enum.entries member
This commit is contained in:
committed by
Space
parent
2fcef7af89
commit
0a5b3f1e13
@@ -15,6 +15,7 @@ public final enum class AbstractEnum : kotlin.Enum<test.AbstractEnum!> {
|
||||
public/*package*/ abstract fun getString(): kotlin.String!
|
||||
|
||||
// Static members
|
||||
public final /*synthesized*/ val entries: kotlin.enums.EnumEntries<test.AbstractEnum>
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ kotlin.String): test.AbstractEnum
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.AbstractEnum>
|
||||
}
|
||||
|
||||
@@ -21,6 +21,7 @@ public open class ClassWithNestedEnum {
|
||||
public final /*fake_override*/ /*isHiddenForResolutionEverywhereBesideSupercalls*/ fun getDeclaringClass(): java.lang.Class<test.ClassWithNestedEnum.NestedEnum!>!
|
||||
|
||||
// Static members
|
||||
public final /*synthesized*/ val entries: kotlin.enums.EnumEntries<test.ClassWithNestedEnum.NestedEnum>
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ kotlin.String): test.ClassWithNestedEnum.NestedEnum
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.ClassWithNestedEnum.NestedEnum>
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
}
|
||||
|
||||
@@ -20,6 +20,7 @@ public final enum class Enum : kotlin.Enum<test.Enum!> {
|
||||
public final /*fake_override*/ /*isHiddenForResolutionEverywhereBesideSupercalls*/ fun getDeclaringClass(): java.lang.Class<test.Enum!>!
|
||||
|
||||
// Static members
|
||||
public final /*synthesized*/ val entries: kotlin.enums.EnumEntries<test.Enum>
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ kotlin.String): test.Enum
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.Enum>
|
||||
}
|
||||
|
||||
@@ -16,6 +16,7 @@ public final enum class EnumName : kotlin.Enum<test.EnumName!> {
|
||||
public final /*fake_override*/ /*isHiddenForResolutionEverywhereBesideSupercalls*/ fun getDeclaringClass(): java.lang.Class<test.EnumName!>!
|
||||
|
||||
// Static members
|
||||
public final /*synthesized*/ val entries: kotlin.enums.EnumEntries<test.EnumName>
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ kotlin.String): test.EnumName
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.EnumName>
|
||||
}
|
||||
|
||||
@@ -22,6 +22,7 @@ public final enum class EnumValues : kotlin.Enum<test.EnumValues!> {
|
||||
public final /*fake_override*/ /*isHiddenForResolutionEverywhereBesideSupercalls*/ fun getDeclaringClass(): java.lang.Class<test.EnumValues!>!
|
||||
|
||||
// Static members
|
||||
public final /*synthesized*/ val entries: kotlin.enums.EnumEntries<test.EnumValues>
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ kotlin.String): test.EnumValues
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.EnumValues>
|
||||
}
|
||||
|
||||
@@ -18,6 +18,7 @@ public/*package*/ final enum class Kind : kotlin.Enum<test.Kind!> {
|
||||
public final /*fake_override*/ /*isHiddenForResolutionEverywhereBesideSupercalls*/ fun getDeclaringClass(): java.lang.Class<test.Kind!>!
|
||||
|
||||
// Static members
|
||||
public final /*synthesized*/ val entries: kotlin.enums.EnumEntries<test.Kind>
|
||||
public final /*synthesized*/ fun valueOf(/*0*/ kotlin.String): test.Kind
|
||||
public final /*synthesized*/ fun values(): kotlin.Array<test.Kind>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user