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