summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-false-deprecation-warning.check
Commit message (Collapse)AuthorAgeFilesLines
* the scanner is now less eager about deprecationsEugene Burmako2013-01-311-0/+4
When healing braces it isn't very useful to report deprecation warnings, especially since this process is just simple context-free skimming, which can't know about what positions can accept what identifiers. Backport from https://github.com/scala/scala/pull/1807. Original commit is https://github.com/scala/scala/commit/e5d34d70499504e085ddf957c1c818ffb63f4e8d.