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

7 lines
68 B
Plaintext

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