blob: 4598ff15b825160defde5a5d325bc4a726e69246 [file]
// FILE: test.kt
fun foo() {}
fun box() {
foo()
}
// EXPECTATIONS
// test.kt:7 box:
// test.kt:4 foo:
// test.kt:8 box: