summaryrefslogtreecommitdiff
path: root/test/files/run/bug627.scala
blob: 6415694ffec9be81f1a3c490f835ce1082f6daab (plain) (blame)
1
2
3
4
5
6
object Test {
  def main(args: Array[String]) {
    val s: Seq[int] = Array(1, 2, 3, 4)
    println(s)
  }
}