Files
kotlin-fork/idea/resources/inspectionDescriptions/ReplaceWithOperatorAssignment.html
T
2016-02-09 19:22:59 +01:00

4 lines
186 B
HTML

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