Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
debug
/
localVariables
/
localFun.kt
blob: 2e8c7ba7997cee3cab6209f50e1811996312d0b1 [
file
]
//FILE: test.kt
fun foo
()
{
fun bar
()
{
}
}
fun box
()
{
foo
()
}
// IGNORE_BACKEND: JVM_IR
// LOCAL VARIABLES
// TestKt:9:
// TestKt:4:
// TestKt:6: $fun$bar$1:TestKt$foo$1
// TestKt:10: