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
@@ -1,5 +1,5 @@
public final enum class EnumConstructorParameter : R|kotlin/Enum<test/EnumConstructorParameter!>| {
public final static enum entry INSTANCE: R|@EnhancedNullability test/EnumConstructorParameter|
public final static enum entry INSTANCE: R|test/EnumConstructorParameter|
private constructor(@R|test/EnumConstructorParameter.Anno|(value = String(string)) s: R|kotlin/String!|): R|test/EnumConstructorParameter|
private constructor(x: R|kotlin/Int|): R|test/EnumConstructorParameter|