annotation class Ann : Annotation {
  constructor() /* primary */ 



}

class Test {
  constructor(x: Int) /* primary */ {
    super/*Any*/()
        /* InstanceInitializerCall */

  }

  val x: Int
    field = x
    get




}

