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