Refactoring: MoveAssignmentToInitializer --> JoinDeclarationAndAssignment

This commit is contained in:
Mikhail Glukhikh
2016-11-17 14:32:52 +03:00
parent d4995c07f7
commit c44ecded42
22 changed files with 60 additions and 60 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This intention joins the declaration of a property / variable and the first assignment into the property / variable
</body>
</html>