summaryrefslogtreecommitdiff
path: root/test/files/neg/t7605-deprecation.flags
Commit message (Collapse)AuthorAgeFilesLines
* SI-7605 Deprecate procedure syntaxSimon Ochsenreither2013-10-241-0/+1
This commit covers three cases: - constructor definitions (def this {...}) - concrete method definitions (def foo {...}) - abstract method declarations (def foo) The deprecation is currently hidden behind -Xfuture pending IDE support for migrating users from procedures to methods.