Files
kotlin-fork/compiler/fir/resolve/testData/loadCompiledKotlin/enum/InnerEnumExistingClassObject.txt
T
2020-01-10 10:23:50 +03:00

21 lines
399 B
Plaintext
Vendored

public final class A : R|kotlin/Any| {
public constructor(): R|test/A|
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>| {
private constructor(): R|test/A.E|
public final static val ENTRY: R|test/A.E| = object : R|test/A.E| {
}
}
}