summaryrefslogtreecommitdiff
path: root/test/files/pos/bug4220.scala
Commit message (Collapse)AuthorAgeFilesLines
* The comment for isCoDefinedWith has long saidPaul Phillips2011-02-071-0/+7
Is this symbol defined in the same scope and compilation unit as `that' symbol? But "same scope" was never checked, only "same compilation unit." Presumably other layers of logic kept this from being noticed until now, but it has been crashing sbt. Added check to isCoDefinedWith. Closes #4220, review by odersky.