mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
13 lines
90 B
Kotlin
Vendored
13 lines
90 B
Kotlin
Vendored
fun test() {
|
|
// start
|
|
foo()
|
|
|
|
// middle
|
|
|
|
foo()
|
|
|
|
// end
|
|
}
|
|
|
|
fun foo() {}
|