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