aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/range.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix hole in subtyping of modulesMartin Odersky2015-10-251-0/+9
We did not handle correctly the case exemplified by `range.scala`: A module this type, which is compared with a getter to the same module. Seen in the wild in scala.math.BigDecimal.