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