Files
kotlin/compiler/testData/codegen/bytecodeText/boxing/suspend.kt
2018-09-12 17:01:19 +03:00

7 lines
94 B
Kotlin
Vendored

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