aboutsummaryrefslogtreecommitdiff
path: root/tests/run/hmap-covariant.scala
Commit message (Collapse)AuthorAgeFilesLines
* New test: covariant hmapsMartin Odersky2017-03-021-0/+97
Type inference tends to take quite different paths for non-variant and variant data structures. Since, non-variant hmap has already exposed quite a few problems, it's good to test it also in the covariant case.