da8a8cc492
Review: https://jetbrains.team/p/kt/reviews/13368/timeline This reverts commit2cea2b9098. Motivation: KT-62961 was fixed independently by two different commits: -ac3d8ad3ac-2cea2b9098If possible, it's better not to introduce implicit declarations. That's why it was agreed to keepac3d8ad3acand revert2cea2b9098
31 lines
992 B
Plaintext
Vendored
31 lines
992 B
Plaintext
Vendored
public final enum class Enum : R|kotlin/Enum<test/Enum!>| {
|
|
public final static enum entry A: R|test/Enum|
|
|
public final static enum entry B: R|test/Enum|
|
|
public final static enum entry C: R|test/Enum|
|
|
public final static fun values(): R|kotlin/Array<test/Enum>| {
|
|
}
|
|
|
|
public final static fun valueOf(value: R|kotlin/String|): R|test/Enum| {
|
|
}
|
|
|
|
public final static val entries: R|kotlin/enums/EnumEntries<test/Enum>|
|
|
public get(): R|kotlin/enums/EnumEntries<test/Enum>|
|
|
|
|
public open inner class Inner : R|kotlin/Any| {
|
|
public/*package*/ open fun bar(): R|kotlin/Unit|
|
|
|
|
public/*package*/ open fun valueOf(s: R|kotlin/String!|): R|kotlin/Unit|
|
|
|
|
public test/Enum.constructor(): R|test/Enum.Inner|
|
|
|
|
}
|
|
public open class Nested : R|kotlin/Any| {
|
|
public/*package*/ open fun foo(): R|kotlin/Unit|
|
|
|
|
public/*package*/ open fun values(): R|kotlin/Unit|
|
|
|
|
public constructor(): R|test/Enum.Nested|
|
|
|
|
}
|
|
}
|