object A { private constructor() /* primary */ { super/*Any*/() /* () */ } } fun test() { A::class /*~> Unit */ A::class.() /*~> Unit */ }