Files
kotlin/idea/testData/codeInsight/moveUpDown/classBodyDeclarations/function/functionAtBrace5.kt

9 lines
109 B
Kotlin

// MOVE: down
// IS_APPLICABLE: false
fun foo() {
class B {
<caret>fun foo() {
}
}
}