summaryrefslogtreecommitdiff
path: root/test/files/neg/t7294b.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7294 Deprecate inheritance from TupleN.Jason Zaugg2013-03-241-0/+1
The motivation is to provide static warnings in cases like: scala> (1, 2) match { case Seq() => 0; case _ => 1 } res9: Int = 1