summaryrefslogtreecommitdiff
path: root/test/files/pos/t6664.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix for SI-6664, cycle in case classes.Paul Phillips2012-11-141-0/+4
Scope lookup of an overloaded symbol was accidentally forcing some lazy info. Since as usual the caller didn't even have any interest in the symbol, but only in whether the name existed at all, I changed it call the method I made for this exact purpose, containsName. Also I much reduced the number of checks being made in the quest for an inherited copy method.