object Test { def main(args: Array[String]): Unit = { val s: Seq[Int] = Array(1, 2, 3, 4) println(s) } }