summaryrefslogtreecommitdiff
path: root/test/files/neg/parstar.check
blob: 108f0f4de8e041f986b49bc9a7ccccbcbf3fd97a (plain) (blame)
1
2
3
4
5
6
7
parstar.scala:8: error: *-parameter must come last
    def m(a: A*, b: B ) = a.toArray
          ^
parstar.scala:9: error: *-parameter must come last
    def m(a: A*, b: B*) = a.toArray
          ^
two errors found