summaryrefslogtreecommitdiff
path: root/test/files/neg/bug835.check
blob: 79ea97b71f6329630f0326ecf1833cccfc8a8f05 (plain) (blame)
1
2
3
4
5
6
7
8
9
bug835.scala:2: error: no `: _*' annotation allowed here
(such annotations are only allowed in arguments to *-parameters)
  Console.println(List(List(1, 2, 3) : _*, List(4, 5, 6) : _*))
                                     ^
bug835.scala:2: error: no `: _*' annotation allowed here
(such annotations are only allowed in arguments to *-parameters)
  Console.println(List(List(1, 2, 3) : _*, List(4, 5, 6) : _*))
                                                         ^
two errors found