summaryrefslogtreecommitdiff
path: root/test/files/neg/t1181.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-9847 Nuance pure expr statement warningSom Snytt2016-07-081-3/+3
| | | | | | | | | | Clarify the current warning, which means that an expression split over multiple lines may not be parsed as naively expected. When typing a block, attempt minor nuance. For instance, a single expression is not in need of parens. Try to avoid duplicate warnings for expressions that were adapted away from result position.
* SI-6221 inference with Function1 subtypes.Paul Phillips2013-06-131-2/+4
| | | | | | | | There appears to be no upper bound on the number of places we have to remove calls to typeSymbol and introduce calls to baseType. This one was type inference for function parameter types: worked when expected type was A => B, but not if there was an implicit conversion from A => B to the expected type.
* Offer warning when demonstrably non-side-effect...Paul Phillips2011-09-051-0/+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.
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-0/+4