summaryrefslogblamecommitdiff
path: root/test/files/neg/bug835.scala
blob: 1eb724406b2bfb3d4790e497fad349c0755b787f (plain) (tree)
1
2
3


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