summaryrefslogblamecommitdiff
path: root/test/files/neg/t835.scala
blob: 553d2c1be4f560fb5ae505f832a96fc0bf6f23b0 (plain) (tree)
1
2
3
                         

                                                               
object Test extends App {
  Console.println(List(List(1, 2, 3) : _*, List(4, 5, 6) : _*))
}