Files
kotlin-fork/compiler/testData/debug/localVariables/suspend/completion/staticSimple.kt
T
2023-12-18 21:42:35 +00:00

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