Files
kotlin/idea/testData/codeInsight/moveUpDown/classBodyDeclarations/function/functionAtBrace2.kt.after
Toshiaki Kameyama 6087aa2a5f Move statement: Add or remove empty lines correctly
#KT-14946 Fixed
2020-05-14 16:15:12 +02:00

12 lines
97 B
Plaintext
Vendored

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