7b7c517dbb
#KT-35655 Fixed
14 lines
128 B
Kotlin
Vendored
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:
|