Files
kotlin-fork/compiler/fir/analysis-tests/testData/loadCompiledKotlin/classObject/ClassObjectDeclaresVal.txt
T
2020-09-03 13:55:52 +03:00

13 lines
360 B
Plaintext
Vendored

public final class ClassObjectDeclaresProperty : R|kotlin/Any| {
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|
}
public constructor(): R|test/ClassObjectDeclaresProperty|
}