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