9 lines
78 B
Plaintext
9 lines
78 B
Plaintext
// MOVE: down
|
|
class A {
|
|
fun foo() {
|
|
|
|
}
|
|
<caret>fun foo() {
|
|
|
|
}
|
|
} |