Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
compiler
/
testData
/
debug
/
stepping
/
anonymousFunctionDirect.kt
blob: 7bf460b88646d595125b9953247e6623430e2a96 [
file
] [
log
] [
blame
]
// FILE: test.kt
fun box
()
{
{
"OK"
}()
}
// LINENUMBERS
// test.kt:4 box
// LINENUMBERS JVM
// test.kt:5 invoke
// LINENUMBERS JVM_IR
// test.kt:5 box$lambda-0
// LINENUMBERS
// test.kt:4 box
// test.kt:7 box