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

9 lines
87 B
Kotlin
Vendored

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