diff --git a/core/builtins/src/kotlin/Annotations.kt b/core/builtins/src/kotlin/Annotations.kt index 184fe717247..25fa3036121 100644 --- a/core/builtins/src/kotlin/Annotations.kt +++ b/core/builtins/src/kotlin/Annotations.kt @@ -36,7 +36,7 @@ public annotation(mustBeDocumented = true) class data * the deprecated API usage. */ target(CLASSIFIER, FUNCTION, PROPERTY, ANNOTATION_CLASS, CONSTRUCTOR, PROPERTY_SETTER, PROPERTY_GETTER, - LOCAL_VARIABLE, FIELD, VALUE_PARAMETER) + LOCAL_VARIABLE, VALUE_PARAMETER) public annotation(mustBeDocumented = true) class deprecated(val value: String, val replaceWith: ReplaceWith = ReplaceWith("")) /**