Files
kotlin-fork/compiler/testData/debug/stepping/javaSam.kt
T
2024-01-19 10:52:39 +00:00

14 lines
161 B
Kotlin
Vendored

// TARGET_BACKEND: JVM_IR
// FILE: test.kt
fun box() {
Runnable {
}.run()
}
// EXPECTATIONS JVM_IR
// test.kt:6 box
// test.kt:7 box
// test.kt:8 box