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

9 lines
90 B
Plaintext

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