"move assignment to initializer" quickfix for assigning to properties in constructors/init blocks

This commit is contained in:
Dmitry Jemerov
2015-09-24 19:39:54 +02:00
parent e1acc8744d
commit 4e7236529c
18 changed files with 226 additions and 16 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This intention moves an assignment to a property into the initializer of that property.
</body>
</html>