blob: f47defc3c725f7615f311190525ca3cd9d8b7c1e [file]
fun foo() {
<caret>if (f1()) {
f2()
}
}
fun f1() = true
fun f2() {}
// EXISTS: f1()