Files
kotlin-fork/idea/resources-en/inspectionDescriptions/KotlinDeprecation.html
T
Dmitry Gridin 0df5d5158d Add resources-en for idea
#KT-38297 Fixed
2020-05-19 16:22:06 +07:00

11 lines
346 B
HTML

<html>
<body>
This inspection is used during the code cleanup operation (<b>Analyze | Code Cleanup</b>) to automatically
replace usages of obsolete language features or unnecessarily verbose code constructs with
compact and up-to-date syntax.
<p>
Deprecated symbol usages are also replaced with their proposed substitutions.
</p>
</body>
</html>