Generalize movable element constraint
#KT-4468 Fixed #KT-4376 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// MOVE: up
|
||||
|
||||
fun foo(x: Boolean) {
|
||||
if (x) {
|
||||
|
||||
}
|
||||
else {
|
||||
|
||||
}
|
||||
<caret>2 + 3
|
||||
}
|
||||
Reference in New Issue
Block a user