summaryrefslogtreecommitdiff
path: root/test/files/neg/t6795.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6795 Simplify errors related to "abstract override" on type membersJames Iry2012-12-101-1/+1
| | | | | | Instead of saying "only allowed on non-type members of traits" use separate errors for "not allowed on types" and "only allowed on members of traits"
* SI-6795 Adds negative check for "abstract override" on types in traitsJames Iry2012-12-101-0/+3
"abstract override" shouldn't was being allowed on types in traits but the result made no sense and the spec says that shouldn't be allowed.