aboutsummaryrefslogtreecommitdiff
path: root/tests/pos-special/sets.scala
Commit message (Collapse)AuthorAgeFilesLines
* Revise alias rules in type comparisons.Martin Odersky2015-12-151-11/+0
| | | | The fix solves two cases where we had a deep subtype before.
* Allow deep subtype for sets and related code in dotty/transform.Martin Odersky2015-12-131-0/+11
The change in subtyping led to a deep subtype recursion for sets.scala. It seems legit, so the -Yno-deep-subtypes check is disabled.