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 @@
// IS_APPLICABLE: false
var<caret> x = if (false) "0" else "1"