summaryrefslogblamecommitdiff
path: root/test/files/pos/t2234.scala
blob: cea657b16f789f7086daa4ddcb8d00f3f031c488 (plain) (tree)
1
2
3
4



                                    
object Test extends Application {
  val res0 = 1 #:: Stream.empty
  res0 match { case 1 #:: xs => xs }
}