19283048a8
#KT-62965
14 lines
161 B
Kotlin
Vendored
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
|