Files
kotlin-fork/compiler/fir/resolve/testData/loadCompiledKotlin/enum/InnerEnum.txt
T

13 lines
240 B
Plaintext
Vendored

public final class A : R|kotlin/Any| {
public constructor(): R|test/A|
public final enum class E : R|kotlin/Enum<test/A.E>| {
private constructor(): R|test/A.E|
public? final enum entry ENTRY {
}
}
}