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

11 lines
92 B
Kotlin

// MOVE: up
// class A
class A {
{
}
// fun foo
<caret>fun foo() {
}
}