summaryrefslogblamecommitdiff
path: root/test/files/neg/bug910.scala
blob: 540ee7001df1b36368f4c03760a91f641fe26f0a (plain) (tree)
1
2
3
4
5
6
7


                                               
                          


         
object RegExpTest1 extends Application {
  def co(x: Seq[Char]) = x match {
    case Seq('s','c','a','l','a', rest @ _*) =>
    val y: Seq[Int] = rest
        y
  }
}