e9c9d5731e
This is in preparation for enabling the tests for FIR which will be easier to do when the tests are on the new infrastructure.
9 lines
213 B
Kotlin
Vendored
9 lines
213 B
Kotlin
Vendored
// Code generation problem with JVM backend.
|
|
// IGNORE_BACKEND: JVM
|
|
// FILE: test.kt
|
|
suspend fun box() {}
|
|
|
|
|
|
// EXPECTATIONS
|
|
// test.kt:4 box: $completion:kotlin.coroutines.Continuation=Generated_Box_MainKt$main$1
|