summaryrefslogtreecommitdiff
path: root/test/files/neg/bug835.check
blob: 83db5892801ea38d0317561c98fb550632ab1120 (plain) (blame)
1
2
3
4
bug835.scala:2: error: _*-argument may not appear after other arguments matching a *-parameter
  Console.println(List(List(1, 2, 3) : _*, List(4, 5, 6) : _*))
                                                         ^
one error found