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

7 lines
58 B
Plaintext

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