aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i1240a.scala
Commit message (Collapse)AuthorAgeFilesLines
* Issue MergeError exception for double def situationsMartin Odersky2016-05-181-0/+17
When finding two symbols in the same class that have the same signature as seen from some prefix, issue a merge error. This is simpler and more robust than the alternative of producing an overloaded denotation and dealing with it afterwards.