aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/matchonstream.scala
blob: 0ccc7bc47b6dcc05bc6684574adfa1fbe927837d (plain) (tree)
1
2
3
                        
                                                                            
 
object Test extends App{
  Stream.from(1) match { case Stream(1, 2, x :_*) => println("It worked!") }
}