mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
12 lines
117 B
Plaintext
12 lines
117 B
Plaintext
// MOVE: up
|
|
// class A
|
|
class A {
|
|
// fun bar
|
|
<caret>fun bar() {
|
|
|
|
}
|
|
// fun foo
|
|
fun foo() {
|
|
|
|
}
|
|
} |