7 lines
70 B
Plaintext
7 lines
70 B
Plaintext
// MOVE: down
|
|
class A {
|
|
fun foo() {
|
|
|
|
}
|
|
<caret>val x = ""
|
|
} |