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