Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/classBodyDeclarations/property/propertyAtClassInitializer1.kt.after
T
2015-04-29 14:07:05 +02:00

9 lines
89 B
Plaintext
Vendored

// MOVE: down
// class A
class A {
init {
}
// val x
<caret>val x = ""
}