Implement "move class-level declaration up/down" action handler
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// MOVE: down
|
||||
class A {
|
||||
<caret>fun foo() {
|
||||
|
||||
}
|
||||
|
||||
val y = ""
|
||||
}
|
||||
Reference in New Issue
Block a user