mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
10 lines
103 B
Kotlin
Vendored
10 lines
103 B
Kotlin
Vendored
fun foo() {
|
|
<caret>while (f1()) {
|
|
f2()
|
|
}
|
|
}
|
|
|
|
fun f1() = true
|
|
fun f2() {}
|
|
|
|
// EXISTS: f1() |