mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
10 lines
106 B
Kotlin
Vendored
10 lines
106 B
Kotlin
Vendored
fun foo() {
|
|
<caret>do {
|
|
f2()
|
|
} while (f1())
|
|
}
|
|
|
|
fun f1() = true
|
|
fun f2() {}
|
|
|
|
// EXISTS: f1() |