Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/classObject/ClassObjectDeclaresVal.fir.txt
T

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|
}
}