object Z { class A { constructor() /* primary */ { super/*Any*/() /* () */ } fun test2() { Z.test() } } private constructor() /* primary */ { super/*Any*/() /* () */ } fun test() { } }