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


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