Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/classBodyDeclarations/property/propertyAtFunction1.kt.after
T

7 lines
70 B
Plaintext

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