10 lines
87 B
Kotlin
10 lines
87 B
Kotlin
// MOVE: up
|
|
fun foo() {
|
|
val x = ""
|
|
|
|
fun bar() {
|
|
|
|
}<caret>
|
|
|
|
val y = ""
|
|
} |