summaryrefslogtreecommitdiff
path: root/test/files/run/byname.scala
Commit message (Collapse)AuthorAgeFilesLines
* Flipped varargs eta-expansion behavior.Paul Phillips2011-10-091-3/+3
| | | | | | | | | | | (T*)U now eta-expands to Seq[T] => U, not T* => U. There is a transition command line switch to get the old behavior for any who may have relied upon it: -Yeta-expand-keeps-star Closes SI-4176, no review.
* Renamed Application to App.Martin Odersky2011-02-211-1/+1
|
* fixed bug1292Martin Odersky2007-08-271-0/+84