mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
7 lines
94 B
Kotlin
Vendored
7 lines
94 B
Kotlin
Vendored
// !LANGUAGE: +ReleaseCoroutines
|
|
|
|
suspend fun produce(): Int = 1000
|
|
|
|
// 0 valueOf
|
|
// 1 boxInt
|