open annotation class SomeAnn : Annotation { constructor() /* primary */ { super/*Any*/() /* () */ } } @SomeAnn class My { init { val x: Int = 1 } constructor() /* primary */ { super/*Any*/() /* () */ } }