summaryrefslogblamecommitdiff
path: root/test/files/neg/bug1878.check
blob: 5484d675af89df2125f250a4f59da75e5ec44bfb (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                                                              



                                              
bug1878.scala:3: error: _* may only come last
  val err1 = "" match { case Seq(f @ _*, ',') => f }
                                 ^
bug1878.scala:9: error: _* may only come last
  val List(List(_*, arg2), _) = List(List(1,2,3), List(4,5,6))
                 ^
bug1878.scala:13: error: _* may only come last
    case <p> { _* } </p> =>
                ^
three errors found