summaryrefslogtreecommitdiff
path: root/test/files/run/delambdafy_uncurry_method.scala
Commit message (Collapse)AuthorAgeFilesLines
* Adds a setting to delay delambdafication. If set then uncurry liftsJames Iry2013-11-061-0/+20
the body of a lambda into a local def. Tests are included to show the different tree shapes.