JVM IR: initialize enum entries without invokedynamic
#KT-57316 Fixed
This commit is contained in:
committed by
Space Team
parent
9c2c11f7e9
commit
562b27db4e
-1
@@ -6,7 +6,6 @@ public final enum class Test {
|
||||
public deprecated final enum static @kotlin.Deprecated(message="") field ENTRY1: Test
|
||||
public final enum static field ENTRY2: Test
|
||||
public deprecated final enum static @kotlin.Deprecated(message="") field ENTRY3: Test
|
||||
private synthetic final static method $entries(): Test[]
|
||||
private synthetic final static method $values(): Test[]
|
||||
static method <clinit>(): void
|
||||
private method <init>(p0: java.lang.String, p1: int): void
|
||||
|
||||
Reference in New Issue
Block a user