annotation class A : Annotation { constructor(vararg xs: String) /* primary */ val xs: Array field = xs get } @A(...) fun test() { }