8a595ad165
#KT-14946 Fixed
9 lines
130 B
Kotlin
Vendored
9 lines
130 B
Kotlin
Vendored
// MOVE: down
|
|
class Outer {
|
|
class N2 {
|
|
fun foo2() {}
|
|
<caret> class N1 {
|
|
fun foo1() {}
|
|
}
|
|
}
|
|
} |