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