summaryrefslogtreecommitdiff
path: root/test/files/run/t6028.check
Commit message (Collapse)AuthorAgeFilesLines
* Update a checkfile from a recent fix.Jason Zaugg2013-01-271-1/+1
| | | | | | The build is currently broken: https://scala-webapps.epfl.ch/jenkins/view/2.10.x/job/scala-nightly-main-2.10.x/
* Checkfile update.Paul Phillips2012-07-301-10/+10
| | | | | | I screwed around with type printing for a long time and now I have to be done, so I suggest we accept the imperfection in here for now because it's still way ahead of "..." as types go.
* SI-6028 Avoid needless symbol renaming in lambdalift.Jason Zaugg2012-07-141-9/+9
| | | | | | | | | | Preserve names of all referenced free vars. Only the proxy symbols have the fresh names. The resulting natural beauty is evident in the diff of t6028.check. This subsumes the treatment in 0e170e4b that ensured named parameter calls cannot see mangled names; pos/t6028 confirms as much.
* A test case that scrutinises lambdalifter's output.Jason Zaugg2012-07-141-0/+84
No doubt there are plenty of additional variations that could be added to exercise more code paths. This is the unflattering "before" photo; the next commit will make over the name mangling and reveal the simple beauty of unmangled names. References SI-6028