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