summaryrefslogtreecommitdiff
path: root/test/files/neg/abstract-vars.check
Commit message (Collapse)AuthorAgeFilesLines
* When compilation fails because of an unimplemen...Paul Phillips2010-07-031-0/+21
When compilation fails because of an unimplemented abstract var, give a more precise error message about what happened. Also avoid issuing the same error twice because neither getter nor setter is implemented. Closes #36, review by rytz.