aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/pos/t5029.scala
blob: b68fc0367108dfd245ded2a81ad3d828853eb042 (plain) (tree)
1
2
3


                                                                           
object Test {
	(Vector(): Seq[_]) match { case List() => true; case Nil => false }
}