object A {
  private constructor() /* primary */ {
    super/*Any*/()
    /* <init>() */

  }

}

fun test() {
  A::class /*~> Unit */
  <get-java><A>(/* <this> = A::class */) /*~> Unit */
}

