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