aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/customArgs/i1240.scala
Commit message (Collapse)AuthorAgeFilesLines
* Issue MergeError exception for double def situationsMartin Odersky2016-05-181-17/+3
| | | | | | | | 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.
* Fix test caseMartin Odersky2016-05-181-2/+2
|
* Test caseMartin Odersky2016-05-181-0/+40