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

7 lines
217 B
HTML

<html>
<body>
This inspection reports local variables either used only in the very next <b>return</b> statement or exact copies of other variables.
In both cases it's better to inline such a variable.
</body>
</html>