Files
kotlin-fork/compiler/fir/resolve/testData/loadCompiledKotlin/enum/InnerEnum.txt
T
2019-04-30 18:45:52 +03:00

14 lines
255 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 : R|test/A.E| {
}
}
}