summaryrefslogtreecommitdiff
path: root/test/files/neg/t6597.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix for SI-6597, implicit case class crasher.Paul Phillips2012-10-311-0/+5
It seems to me like every call to scope.lookup in the compiler is a latent bug. If a symbol is overloaded, you get one at random. (See the FIXME comment in f5c336d5660 for more on this.)