Files
kotlin-fork/idea/resources/inspectionDescriptions/KotlinDeprecation.html
T

11 lines
339 B
HTML

<html>
<body>
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.
<p>
Deprecated symbol usages are also replaced with their proposed substitutions.
</p>
</body>
</html>