summaryrefslogtreecommitdiff
path: root/test/files/run/eta-expand-star.check
Commit message (Collapse)AuthorAgeFilesLines
* Flipped varargs eta-expansion behavior.Paul Phillips2011-10-091-0/+1
(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.