summaryrefslogtreecommitdiff
path: root/test/files/neg/tailrec-2.scala
Commit message (Collapse)AuthorAgeFilesLines
* Introducing scala.system, the product of a whir...Paul Phillips2010-12-041-3/+3
| | | | | | | | | | Introducing scala.system, the product of a whirlwind couple of hours. More useful stuff than you can shake three sticks at. See the scala.system package object. It's even documented. And since it has methods error and exit, proceeded to deprecate the ones in Predef. No review.
* Some more improvement on the error messages whe...Paul Phillips2010-07-021-0/+26
Some more improvement on the error messages when @tailrec fails. Now it gives a sensible message if the recursive target is actually a supertype of this, rather than saying the call is not in tail position. No review.