summaryrefslogtreecommitdiff
path: root/test/files/neg/nested-fn-print.check
Commit message (Collapse)AuthorAgeFilesLines
* Correct the AbstractVar error messageJon Pretty2017-02-091-1/+1
| | | | | | | The error currently reads "only classes can have declared but undefined members", which isn't true on two counts: traits can have them, and concrete classes cannot. This corrects the error message to read "only traits and abstract classes can have declared but undefined members".
* Disambiguate some type printing.Paul Phillips2012-01-121-0/+20
Functions of functions use parens for grouping.