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