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