Files
kotlin-fork/idea/resources/inspectionDescriptions/CanBeVal.html
T
2016-03-22 18:01:52 +03:00

6 lines
136 B
HTML

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