Implement "move expression up/down" action handler
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// MOVE: up
|
||||
// IS_APPLICABLE: false
|
||||
fun(n: Int) {
|
||||
while (true) {
|
||||
|
||||
}<caret>
|
||||
val x = ""
|
||||
}
|
||||
Reference in New Issue
Block a user