summaryrefslogtreecommitdiff
path: root/test/files/neg/t8890.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8890 handle reference to overload with errorAdriaan Moors2014-10-091-0/+11
When buffering, we must report the ambiguity error to avoid a stack overflow. When the error refers to erroneous types/symbols, we don't report it directly to the user, because there will be an underlying error that's the root cause.