summaryrefslogtreecommitdiff
path: root/test/files/neg/t7519.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7519 Less brutal attribute resetting in adapt fallbackJason Zaugg2013-05-251-0/+18
Prefers `resetLocalAttrs` over `resetAllAttrs`. The latter loses track of which enclosing class of the given name is referenced by a `This` node which prefixes the an applied implicit view. The code that `resetAllAttrs` originally landed in: https://github.com/scala/scala/commit/d4c63b#L6R804