Files
kotlin-fork/compiler/testData/loadKotlin/class/NamedObjectWithAnotherTopLevelProperty.txt
T

13 lines
289 B
Plaintext

package test
public val Obj : test.Obj
internal val x : jet.Int
internal fun <get-x>() : jet.Int
public object Obj {
/*primary*/ private constructor Obj()
public final val v : jet.String
public final fun <get-v>() : jet.String
public final fun f() : jet.String
}