summaryrefslogtreecommitdiff
path: root/test/files/pos/elidable-tparams.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* Some modifications to @elidable: for reasons lo...Paul Phillips2011-01-121-1/+1
| | | | | | | | Some modifications to @elidable: for reasons lost to me now it had a default value such that annotated methods might be elided even if the option wasn't given. It now does nothing in that situation. Closes #4051, #4151, no review.
* Fixed crasher with @elidable on parameterized m...Paul Phillips2010-11-081-0/+10
Fixed crasher with @elidable on parameterized methods. Closes #3981, no review.