16 lines
277 B
Plaintext
Vendored
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| {
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|