open annotation class TestAnn : Annotation { constructor(x: Int) /* primary */ { super/*Any*/() /* () */ } val x: Int field = x get } @TestAnn(x = 42) fun testSimpleFunction() { }