aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/for-filter.scala
Commit message (Collapse)AuthorAgeFilesLines
* Implement alternative desugaring of for-if to filter.Martin Odersky2016-08-261-0/+12
Fallback to .filter if a .withFilter is not available, but do this only for .withFilter calls generated from for expressions (this is different from what scalac does; the latter can also rewrite .withFilter calls given in source, which is not desirable.