aboutsummaryrefslogtreecommitdiff
path: root/tests/run/enum-HList.scala
Commit message (Collapse)AuthorAgeFilesLines
* Support cases with type parameters that extend a non-parameterized baseMartin Odersky2017-04-041-0/+22
Support cases with type parameters that implicitly extend a non-parameterized base without needing their own extends clause. The proposal has been updated to make clear that this is supported. Also address other reviewers comments.