summaryrefslogtreecommitdiff
path: root/test/files/neg/unit-returns-value.check
Commit message (Collapse)AuthorAgeFilesLines
* Offer warning when demonstrably non-side-effect...Paul Phillips2011-09-051-1/+4
| | | | | | | | Offer warning when demonstrably non-side-effecting expressions appear in statement position, which should be unintentional by definition. Threw in removal of six places with useless discarded expressions which the warning informed me about. No review.
* Added warning when someone tries to return a no...Paul Phillips2011-04-241-0/+4
Added warning when someone tries to return a non-Unit value from a Unit method, no review.