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,6 @@
fun foo(n: Int) {
// foo3
val /* foo */ x: String // foo2<caret>
x = /* bar2 */ "" // bar3
/* baz */
}