Files
kotlin/idea/testData/codeInsight/moveUpDown/classBodyDeclarations/function/functionAtProperty1.kt.after
2013-10-15 18:44:00 +04:00

10 lines
109 B
Plaintext
Vendored

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