Files
kotlin-fork/compiler/testData/debug/stepping/anonymousFunctionDirect.kt
T
2022-08-05 11:53:40 +00:00

21 lines
282 B
Kotlin
Vendored

// FILE: test.kt
fun box() {
{
"OK"
}()
}
// EXPECTATIONS JVM_IR
// test.kt:5 box
// EXPECTATIONS JVM
// test.kt:4 box
// test.kt:5 invoke
// test.kt:4 box
// EXPECTATIONS JVM JVM_IR
// test.kt:7 box
// EXPECTATIONS JS_IR
// test.kt:4 box
// test.kt:5 box$lambda