9 lines
76 B
Kotlin
9 lines
76 B
Kotlin
// MOVE: up
|
|
class A {
|
|
fun foo() {
|
|
|
|
}
|
|
<caret>fun foo() {
|
|
|
|
}
|
|
} |