open annotation class Ann : Annotation { constructor() /* primary */ { super/*Any*/() /* () */ } } class Test { val x: Int field = x get constructor(@Ann x: Int) /* primary */ { super/*Any*/() /* () */ } }