summaryrefslogblamecommitdiff
path: root/test/files/neg/bug910.scala
blob: 2f28ea408ff12ed1d279652ae046fdeb2e5794fb (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
  }
}