summaryrefslogtreecommitdiff
path: root/test/files/run/eta-expand-star2.flags
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated compiler flag "-Yeta-expand-keeps-star"Lars Hupel2016-12-011-1/+0
| | | | This was slated for removal in 2.12.
* 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.