e9fc65c7ae
#KT-26490 Fixed
7 lines
94 B
Kotlin
Vendored
7 lines
94 B
Kotlin
Vendored
// !LANGUAGE: +ReleaseCoroutines
|
|
|
|
suspend fun produce(): Int = 1000
|
|
|
|
// 0 valueOf
|
|
// 1 boxInt
|