summaryrefslogtreecommitdiff
path: root/test/files/pos/macro-implicit-invalidate-on-error.check
Commit message (Collapse)AuthorAgeFilesLines
* correctly fails implicit search for invalid implicit macrosEugene Burmako2013-11-141-0/+0
There was a rare corner case when implicit search wouldn’t discard an invalid implicit macro (e.g. the one with mismatching macro impl or the one with macro impl defined in the same compilation run) during typechecking the corresponding candidate in typedImplicit1. This is now fixed.