7333589663
Before this commit, we added Enum.entries only in case when LanguageFeature.EnumEntries was ON (with an exception in K1/Java case). In this commit we add Enum.entries unconditionally, and in case the language feature is OFF we filter them out during tower resolve.
23 lines
856 B
Plaintext
Vendored
23 lines
856 B
Plaintext
Vendored
public final enum class StaticMembersInEnum : R|kotlin/Enum<test/StaticMembersInEnum!>| {
|
|
public final static enum entry ENTRY: R|@EnhancedNullability test/StaticMembersInEnum|
|
|
public open static field STATIC_FIELD: R|kotlin/Int|
|
|
|
|
public final static field CONSTANT: R|test/StaticMembersInEnum!|
|
|
|
|
public open static fun foo(): R|kotlin/Unit|
|
|
|
|
public open static fun values(x: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
public final static fun values(): R|kotlin/Array<test/StaticMembersInEnum>| {
|
|
}
|
|
|
|
public open static fun valueOf(x: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
public final static fun valueOf(value: R|kotlin/String|): R|test/StaticMembersInEnum| {
|
|
}
|
|
|
|
public final static val entries: R|kotlin/enums/EnumEntries<test/StaticMembersInEnum>|
|
|
public get(): R|kotlin/enums/EnumEntries<test/StaticMembersInEnum>|
|
|
|
|
}
|