summaryrefslogtreecommitdiff
path: root/test/files/neg/tailrec-2.scala
Commit message (Collapse)AuthorAgeFilesLines
* 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.