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