summaryrefslogtreecommitdiff
path: root/test/files/run/spec-absfun.scala
Commit message (Collapse)AuthorAgeFilesLines
* Changed the syntax of the specialized annotation:Iulian Dragos2010-04-091-1/+1
| | | | | | | | | instead of a flaky string, it now takes a repeated parameter list of primitive types: @specialized("Int, Double") becomes @specialized(Int, Double). No review.
* Specialized types are not substituted inside ty...Iulian Dragos2010-02-221-0/+43
Specialized types are not substituted inside type arguments. Closes #3085, no review.