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

6 lines
143 B
HTML

<html>
<body>
This inspection reports mutable local variables (declared with a <b>var</b> keyword) that can be made immutable.
</body>
</html>