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