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