Files
kotlin/compiler/testData/codegen/bytecodeText/boxing/suspend.kt
2019-06-25 16:30:01 +03:00

7 lines
94 B
Kotlin
Vendored

// !LANGUAGE: +ReleaseCoroutines
suspend fun produce(): Int = 1000
// 0 valueOf
// 1 boxInt