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.
26 lines
684 B
Plaintext
Vendored
26 lines
684 B
Plaintext
Vendored
public final class A : R|kotlin/Any| {
|
|
public final companion object Companion : R|kotlin/Any| {
|
|
private constructor(): R|test/A.Companion|
|
|
|
|
}
|
|
|
|
public final enum class E : R|kotlin/Enum<test/A.E>| {
|
|
public final static fun valueOf(value: R|kotlin/String|): R|test/A.E| {
|
|
}
|
|
|
|
public final static fun values(): R|kotlin/Array<test/A.E>| {
|
|
}
|
|
|
|
public final static val entries: R|kotlin/enums/EnumEntries<test/A.E>|
|
|
public get(): R|kotlin/enums/EnumEntries<test/A.E>|
|
|
|
|
private constructor(): R|test/A.E|
|
|
|
|
public final static enum entry ENTRY: R|test/A.E|
|
|
}
|
|
|
|
public constructor(): R|test/A|
|
|
|
|
}
|
|
|