K2: resolve Java enum entries from the beginning (related to KT-59464)
This commit is contained in:
committed by
Space Team
parent
e6d43c1f48
commit
f8ca440e96
+1
-1
@@ -4,7 +4,7 @@ public open class EnumArgumentWithCustomToString : R|kotlin/Any| {
|
||||
public constructor(): R|test/EnumArgumentWithCustomToString|
|
||||
|
||||
public final enum class E : R|kotlin/Enum<test/EnumArgumentWithCustomToString.E!>| {
|
||||
public final static enum entry CAKE: R|@EnhancedNullability test/EnumArgumentWithCustomToString.E|
|
||||
public final static enum entry CAKE: R|test/EnumArgumentWithCustomToString.E|
|
||||
public final static fun values(): R|kotlin/Array<test/EnumArgumentWithCustomToString.E>| {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user