Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eeaff786f0d0a86b7b827da0028bbafe287d3c04
/
.
/
compiler
/
testData
/
debug
/
localVariables
/
localFunUnused.kt
blob: 733185758e997dcbb5cb1f027cae8589bb927ee6 [
file
]
//FILE: test.kt
fun foo
()
{
fun bar
()
{
}
}
fun box
()
{
foo
()
}
// EXPECTATIONS
// test.kt:10 box:
// test.kt:7 foo:
// test.kt:11 box: