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

8 lines
97 B
Kotlin

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