summaryrefslogtreecommitdiff
path: root/test/files/specialized/spec-hlists.scala
Commit message (Collapse)AuthorAgeFilesLines
* Make specialization pick up opportunities when the Iulian Dragos2012-01-171-0/+29
specialized method has additional (non-specialized) type parameters. This fix comes from Stefan's desire to specialize HLists (see corresponding test). review by @prokopec