d7fd2471b8
Remove CoroutineAdapter and LANGUAGE: +ReleaseContinuation, which are meaninless now. Update the tests accordingly.
5 lines
60 B
Kotlin
Vendored
5 lines
60 B
Kotlin
Vendored
suspend fun produce(): Int = 1000
|
|
|
|
// 0 valueOf
|
|
// 1 boxInt
|