Implement "move expression up/down" action handler
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// MOVE: down
|
||||
fun foo(n: Int) {
|
||||
if (n > 0) {
|
||||
|
||||
} else {
|
||||
|
||||
while (n > 0) {
|
||||
|
||||
}
|
||||
}<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user