Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/classBodyDeclarations/function/functionAtBrace1.kt.after
T
Toshiaki Kameyama 8a595ad165 Move statement: Add or remove empty lines correctly
#KT-14946 Fixed
2020-05-14 18:57:56 +02:00

13 lines
100 B
Plaintext
Vendored

// MOVE: down
// class A
class A {
// val x
val x = ""
}
// fun foo
<caret>fun foo() {
}