Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/classBodyDeclarations/property/propertyAtBrace1.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

11 lines
94 B
Plaintext
Vendored

// MOVE: down
// class A
class A {
// val x
val x = ""
}
// val y
<caret>val y = ""