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

10 lines
109 B
Kotlin

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