aboutsummaryrefslogtreecommitdiff
path: root/tests/run/generic
Commit message (Collapse)AuthorAgeFilesLines
* Link generic test to actual implementations of Enum and EnumValuesMartin Odersky2017-04-043-26/+2
| | | | These are now implemented in scala.runtime.
* Adapt generic tests to model modified enum values schemeMartin Odersky2017-04-045-21/+35
|
* Add to test caseMartin Odersky2017-02-082-5/+20
|
* ADT and Serialization testMartin Odersky2017-02-088-0/+508
The test exercises all the improvements made in previous commits of this branch.