Files
kotlin/compiler/testData/codegen/bytecodeText/boxing/suspend.kt
2018-12-21 16:20:45 +01:00

8 lines
120 B
Kotlin
Vendored

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