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