aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/tailcall/i321.scala
Commit message (Collapse)AuthorAgeFilesLines
* Make all dotty tests end in newlineDmitry Petrashko2015-04-091-1/+1
|
* Addressing review comments of #336Dmitry Petrashko2015-02-031-1/+1
|
* Even more careful handling of tailcalls.Dmitry Petrashko2015-02-031-5/+21
| | | | See i321 doc for description of problem and decision taken.
* Fix i321, tail call needs to be careful with abstracting over class type ↵Dmitry Petrashko2015-02-031-0/+10
arguments. Or it could lead to Ycheck error that was triggered in #321.