Move statement: Add or remove empty lines correctly
#KT-14946 Fixed
This commit is contained in:
committed by
klunnii
parent
73dec25eb1
commit
8a595ad165
+10
@@ -0,0 +1,10 @@
|
||||
// MOVE: down
|
||||
class Outer {
|
||||
<caret>class N1 {
|
||||
fun foo1() {}
|
||||
}
|
||||
|
||||
class N2 {
|
||||
fun foo2() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user