class Foo(vararg ints: ERROR(No type for parameter)) {
  val ints: kotlin.Array<out ERROR(No type for parameter)>
}