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