Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/classBodyDeclarations/class/kt-14946-2.kt
T
Toshiaki Kameyama 8a595ad165 Move statement: Add or remove empty lines correctly
#KT-14946 Fixed
2020-05-14 18:57:56 +02:00

9 lines
134 B
Kotlin
Vendored

// MOVE: down
class Outer {
class N2 {
<caret>class N1 {
fun foo1() {}
}
fun foo2() {}
}
}