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