aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/sets.scala
Commit message (Collapse)AuthorAgeFilesLines
* Revise alias rules in type comparisons.Martin Odersky2015-12-151-0/+11
| | | | 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-11/+0
| | | | | The change in subtyping led to a deep subtype recursion for sets.scala. It seems legit, so the -Yno-deep-subtypes check is disabled.
* More testsMartin Odersky2015-10-211-0/+11