summaryrefslogtreecommitdiff
path: root/test/files/run/t6344.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix for SI-6344, value class generic signatures.Paul Phillips2012-09-201-0/+106
Value classes mostly erase to the erasure of the underlying type. Not everything in the checkfile looks correct, but I know from experience I can spend the rest of my life poking at erasures, so let's try to book some progress.