aboutsummaryrefslogtreecommitdiff
path: root/tests/run/i1284.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1284: Make classTag depend directly on erasureMartin Odersky2016-07-251-0/+8
In the end, a classTag reflects the erased version of a type. The only condition for its generation should be that the erasure is stable under possible instantiations.