summaryrefslogblamecommitdiff
path: root/test/files/pos/t5029.scala
blob: 6f9a329b80c6beac1f43803790a53e429b46e748 (plain) (tree)
1
2
3


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