summaryrefslogtreecommitdiff
path: root/test/files/neg/t6675.flags
Commit message (Collapse)AuthorAgeFilesLines
* SI-6675 deprecation warning for auto-tupling in patternsAdriaan Moors2014-02-191-1/+1
| | | | | NOTE: when the deprecation warning becomes an error, SI-6111 must become a `won't fix`
* SI-6675 -Xlint arity enforcement for extractorsJason Zaugg2013-01-151-0/+1
Extractor Patterns changed in 2.10.0 to implement the letter of the spec, which allows a single binding to capture an entire TupleN. But this can hide arity mismatches, especially if the case body uses the bound value as an `Any`. This change warns when this happens under -Xlint.