summaryrefslogtreecommitdiff
path: root/test/files/pos/spurious-overload.scala
Commit message (Collapse)AuthorAgeFilesLines
* Closes #5452.Hubert Plociniczak2012-02-171-0/+32
Instead of trying to track the fallback attempts we rely on the context state to inform us which fallback is the last one. setError cannot always be called in NoBestMethodAlternativeError because inferMethodAlternative relies on side-effects. Review by @paulp.