aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i1751.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1751: Make dominator work after erasureMartin Odersky2016-12-021-0/+17
i1751.scala shows a case where we need to compute the approximation of an or-type during erasure. This can lead to an empty set of common classes because Any does not exist anymore after erasure.