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. +

diff --git a/idea/src/META-INF/plugin.xml b/idea/src/META-INF/plugin.xml index 90ba1acc7b0..e871e89007a 100644 --- a/idea/src/META-INF/plugin.xml +++ b/idea/src/META-INF/plugin.xml @@ -1024,7 +1024,7 @@ ? { if (isOnTheFly || !ProjectRootsUtil.isInProjectSource(file)) {