Files
kotlin/idea/testData/codeInsight/moveUpDown/classBodyDeclarations/function/functionAtProperty2.kt.after

7 lines
68 B
Plaintext

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