summaryrefslogtreecommitdiff
path: root/test/files/pos/t5899.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9398 Treat case classes as one-element ADTs for analysisJason Zaugg2016-01-291-0/+1
| | | | | | | | Currently, exhaustivity analysis only runs for scrutinees with a sealed type. This commit treats any case class as a one-element, sealed type to enable additional analysis, such as in the new test case.
* SI-5899 exhaustiveness for non-class typesAdriaan Moors2012-06-261-0/+19