summaryrefslogtreecommitdiff
path: root/test/files/neg/t6162-inheritance.flags
Commit message (Collapse)AuthorAgeFilesLines
* SI-6162 Adds @deprecatedInheritance/@deprecatedOverridingSimon Ochsenreither2012-09-101-0/+1
These annotations are meant to warn from inheriting a class or from overriding a member, due to the reasons given in `msg`. The naming and placement of the methods is in line with @deprecated and @deprecatedName.