diff --git a/idea/resources/inspectionDescriptions/KotlinDeprecation.html b/idea/resources/inspectionDescriptions/KotlinDeprecation.html index 8a523b9e534..866e18cbe40 100644 --- a/idea/resources/inspectionDescriptions/KotlinDeprecation.html +++ b/idea/resources/inspectionDescriptions/KotlinDeprecation.html @@ -3,5 +3,8 @@ This inspection is used during the code cleanup operation (Analyze | Code Cleanup) to automatically replace usages of obsolete language features or unnecessarily verbose code constructs with compact and up-to-date syntax. +
+Deprecated symbol usages are also replaced with their proposed substitutions. +