blob: f6f879fc71d6023bb3facded16fd7f5233048022 [file] [log] [blame]
fun foo() {
f1(f2())<caret>
}
fun f1(i: Int) = 1
fun f2() {}
// EXISTS: f1(Int), f2()