8 lines
77 B
Plaintext
8 lines
77 B
Plaintext
// MOVE: down
|
|
fun foo() {
|
|
class B {
|
|
}
|
|
<caret>fun foo() {
|
|
|
|
}
|
|
} |