6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
// MOVE: up
|
|
fun foo() {
|
|
<caret>val y = ""
|
|
class B {
|
|
}
|
|
} |