Files
kotlin-fork/idea/resources/inspectionDescriptions/UnnecessaryVariable.html
T
2017-07-18 16:37:47 +03:00

7 lines
200 B
HTML

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