K2: resolve Java enum entries from the beginning (related to KT-59464)

This commit is contained in:
Mikhail Glukhikh
2023-07-06 19:37:34 +02:00
committed by Space Team
parent e6d43c1f48
commit f8ca440e96
20 changed files with 104 additions and 21 deletions
@@ -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>| {
}