summaryrefslogtreecommitdiff
path: root/test/files/pos/issue244.scala
Commit message (Collapse)AuthorAgeFilesLines
* Detect clash of mixedin val and existing member.Adriaan Moors2016-10-121-0/+2
Before, we looked only at the result type, which was silly. This was originally motivated by a hack to get to the error about conflicting paramaccessors. The error detection for that can now be formulated more directly. Fixes scala/scala-dev#244