summaryrefslogtreecommitdiff
path: root/test/files/run/t8933c.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7974 Fix over-eager optimization of Symbol literalsJason Zaugg2014-11-071-0/+14
A classic mistake of discarding a non-trivial qualifier. We actually should have fixed this before merging #3149, as it was raised in review, but I suppose we got too caught up in the difficulty of resolving the right overload of `Symbol_apply` that we forgot.