blob: 733185758e997dcbb5cb1f027cae8589bb927ee6 [file]
//FILE: test.kt
fun foo() {
fun bar() {
}
}
fun box() {
foo()
}
// EXPECTATIONS
// test.kt:10 box:
// test.kt:7 foo:
// test.kt:11 box: