Generalize movable element constraint

#KT-4468 Fixed
 #KT-4376 Fixed
This commit is contained in:
Alexey Sedunov
2014-01-27 16:58:48 +04:00
parent 8a0867a9c3
commit 609154bab3
22 changed files with 275 additions and 6 deletions
@@ -0,0 +1,11 @@
// MOVE: up
fun foo(x: Boolean) {
if (x) {
}
else {
<caret>2 + 3
}
}