Files
2022-11-09 12:35:44 +00:00

14 lines
128 B
Kotlin
Vendored

// FILE: test.kt
fun foo() {}
fun box() {
foo()
}
// EXPECTATIONS
// test.kt:7 box:
// test.kt:4 foo:
// test.kt:8 box: