Files
kotlin-fork/compiler/testData/debug/stepping/anonymousFunctionDirect.kt
T

18 lines
228 B
Kotlin
Vendored

// 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