summaryrefslogtreecommitdiff
path: root/test/files/pos/irrefutable.scala
Commit message (Collapse)AuthorAgeFilesLines
* Restore irrefutability commits.Paul Phillips2012-03-201-0/+22
| | | | This reverts commit d8ba5d091e5641553b438ef9930a6023a2709dcd.
* Revert irrefutability commits.Paul Phillips2012-03-201-22/+0
| | | | | Temporary reversion of irrefutability commits in interests of stable milestone. Expect to restore shortly.
* Discovered filter was still being generated.Paul Phillips2012-03-191-0/+22
Rather than withFilter, for a subset of for comprehension structures. Not sure if this was somewhat by design - only seems possible because refchecks was only looking for nme.filter, not nme.withFilter, so perhaps this was intended as some secret irrefutability backchannel? Really have to document that sort of thing if it's intentional. I assumed it wasn't and unified everything.