Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
debug
/
localVariables
/
emptyFun.kt
blob: 59529de975d8c03902a79af59f5f216a294b00f4 [
file
]
// FILE: test.kt
fun foo
()
{}
fun box
()
{
foo
()
}
// EXPECTATIONS
// test.kt:7 box:
// test.kt:4 foo:
// test.kt:8 box: