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,7 @@
fun foo(n: Int) {
<caret>val x =
if (n > 0)
"> 0"
else
"<= 0"
}