mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
11 lines
128 B
Kotlin
Vendored
11 lines
128 B
Kotlin
Vendored
// MOVE: up
|
|
// fun foo
|
|
fun foo() {
|
|
// class B
|
|
class B {
|
|
// fun foo
|
|
<caret>fun foo() {
|
|
|
|
}
|
|
}
|
|
} |