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