Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
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: