annotation class Foo(vararg ints: ERROR(Incomplete code)) {
  val ints: kotlin.Array<out ERROR(Incomplete code)>
}
