Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/classObject/ClassObjectDeclaresVal.txt
T
2023-04-11 13:43:38 +00:00

14 lines
361 B
Plaintext
Vendored

public final class ClassObjectDeclaresProperty : R|kotlin/Any| {
public constructor(): R|test/ClassObjectDeclaresProperty|
public final companion object Companion : R|kotlin/Any| {
public final val i: R|kotlin/Int|
public get(): R|kotlin/Int|
private constructor(): R|test/ClassObjectDeclaresProperty.Companion|
}
}