Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/classBodyDeclarations/property/propertyAtBrace1.kt.after
T
2013-10-15 18:44:00 +04:00

10 lines
93 B
Plaintext

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