Files
kotlin-fork/compiler/fir/resolve/testData/loadCompiledKotlin/classObject/ClassObjectDeclaresVal.txt
T
2019-04-30 18:45:47 +03:00

13 lines
360 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|
}
}