60cbf0696d
Enable working tests.
7 lines
94 B
Kotlin
Vendored
7 lines
94 B
Kotlin
Vendored
// !LANGUAGE: +ReleaseCoroutines
|
|
|
|
suspend fun produce(): Int = 1000
|
|
|
|
// 0 valueOf
|
|
// 1 boxInt
|