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

16 lines
277 B
Plaintext
Vendored

public final enum class Test : R|kotlin/Enum<test/Test>| {
private constructor(a: R|kotlin/Int|): R|test/Test|
public final static val A: R|test/Test| = object : R|test/Test| {
}
public final static val B: R|test/Test| = object : R|test/Test| {
}
}