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

9 lines
107 B
Kotlin

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