Implement split/join property declaration

This commit is contained in:
Alexey Sedunov
2013-06-10 17:56:58 +04:00
parent 42910395fc
commit 3ab393e460
60 changed files with 684 additions and 23 deletions
@@ -0,0 +1,2 @@
val n: Int
n = a + b
@@ -0,0 +1,5 @@
<html>
<body>
This intention splits property declaration with initializer and turns initializer to assignment.
</body>
</html>