summaryrefslogblamecommitdiff
path: root/test/files/neg/t1041.scala
blob: a5895c68a98eb82f9984bd843c5542ac33e3e1ec (plain) (tree)
1
2
3
4
5
6





                         
object test {
  (1 :: 2 :: Nil) match {
    case 1 => 4
    case _ => 0
  }
}