blob: 4fa29836e279fdd99875f62dbec6b4ebb5ea0411 [file] [log] [blame]
object A {
private constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
private val a: String
field = "$"
private get
private val b: String
field = "1234" + <this>.<get-a>()
private get
private val c: Int
field = 10000
private get
}