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