Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/fromLoadJava/Enum.txt
T
2020-03-19 09:51:01 +03:00

14 lines
379 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 enum entry A: R|test/Test|
public final static enum entry B: R|test/Test|
public final static fun values(): R|kotlin/Array<test/Test>| {
}
public final static fun valueOf(value: R|kotlin/String|): R|test/Test| {
}
}