summaryrefslogtreecommitdiff
path: root/test/files/neg/t6455.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8339 drop deprecated fallback `withFilter` -> `filter`Adriaan Moors2016-08-111-2/+2
| | | | | | | You must implement the `withFilter` method to use `if`-guards in a `for`-comprehension. (Drop pos/t7239.scala because it relied on this rewrite.)
* SI-6455 under -Xfuture, don't rewrite .withFilter to .filterAdriaan Moors2014-02-241-0/+6
This has been deprecated for two major releases now, but `filter`'s still preferred over `withFilter` in the wild.