summaryrefslogtreecommitdiff
path: root/test/files/neg/t3971.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-3971 error message carat mispoints at curried methods.Paul Phillips2013-09-271-0/+12
Point at the beginning of the first argument list when reporting an error, as this is most easily associated with the application taking place (which may involve multiple applies in succession.) Thanks to retronym for figuring out why issuing a better error message broke the compiler on non-erroneous compile runs. The changes to "treesInResult" are the consequence.