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

6 lines
182 B
HTML

<html>
<body>
This inspection reports modifications of variables with a simple assignment (such as <b>y = y + x</b>)
that can be replaced with an operator assignment.
</body>
</html>