fun box(): String { return { // BLOCK local class { val a: A field = .A(ok = "OK") get local inner class A { val ok: String field = ok get constructor(ok: String) /* primary */ { super/*Any*/() /* () */ } } constructor() /* primary */ { super/*Any*/() /* () */ } } () }.().() }