summaryrefslogtreecommitdiff
path: root/test/files/neg/unit-returns-value.scala
Commit message (Collapse)AuthorAgeFilesLines
* Warn about more misplaced expressions.Paul Phillips2012-10-131-1/+22
| | | | | An identifier being used in statement position is not likely what was meant when it is a non-lazy getter.
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* Added warning when someone tries to return a no...Paul Phillips2011-04-241-0/+11
Added warning when someone tries to return a non-Unit value from a Unit method, no review.