Deprecate suppress annotation in favor of Suppress

This commit is contained in:
Denis Zharkov
2015-09-01 16:32:43 +03:00
parent 11fed1674e
commit bbc192fda5
140 changed files with 152 additions and 153 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ public annotation(mustBeDocumented = true) class Extension
*/
target(CLASSIFIER, ANNOTATION_CLASS, PROPERTY, FIELD, LOCAL_VARIABLE, VALUE_PARAMETER,
CONSTRUCTOR, FUNCTION, PROPERTY_GETTER, PROPERTY_SETTER, TYPE, EXPRESSION, FILE)
public annotation(retention = SOURCE) class suppress(vararg val names: String)
public annotation(retention = SOURCE) class Suppress(vararg val names: String)
/**
* Enables the tail call optimization for the annotated function. If the annotated function