summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-divergence-controlled.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7167 implicit macros decide what is divergenceEugene Burmako2013-05-121-0/+4
This is a port of https://github.com/scala/scala/commit/8168f118c9 from 2.10.x, with an additional change to the `enclosingImplicits` and `openImplicits` APIs, which encapsulates tuples of `pt` and `tree` into `ImplicitCandidate`.