Refactored ReplaceWithOperatorAssignIntention

This commit is contained in:
Valentin Kipyatkov
2015-04-29 18:57:50 +03:00
parent 95f42ac050
commit bab4ae3879
3 changed files with 47 additions and 77 deletions
@@ -1,5 +1,5 @@
<html>
<body>
This intention converts an expression that modifies a variable's value and reassigns it to itself to an operation-assign expression.
This intention transforms a modification of a variable with a simple assignment into an operation-assignment.
</body>
</html>