12 lines
225 B
Kotlin
Vendored
12 lines
225 B
Kotlin
Vendored
|
|
|
|
// FILE: test.kt
|
|
suspend fun box() {}
|
|
|
|
|
|
// EXPECTATIONS JVM_IR
|
|
// test.kt:4 box: $completion:kotlin.coroutines.Continuation=Generated_Box_MainKt$main$1
|
|
|
|
// EXPECTATIONS JS_IR
|
|
// test.kt:4 box: $completion=EmptyContinuation
|