summaryrefslogtreecommitdiff
path: root/test/files/neg/t8685.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-8685 Warn on deprecated case ctorSom Snytt2017-01-161-1/+4
| | | | | | | | | The narrow use case in the ticket was just to warn on `C.apply` when the constructor has been deprecated. Someone added code to warn after the apply is rewritten, but it wasn't checking the constructor (and the tree was checked before but not after transform).
* SI-9084 Add `since` (if available) to deprecation warningsSimon Ochsenreither2016-05-281-14/+14
|
* SI-9650 Refchecks on case apply transformSom Snytt2016-02-101-0/+45
Apply checks for unsavoriness when transforming a case apply.