Files
kotlin/compiler/testData/codegen/bytecodeText/boxing/inlineSuspend.kt
2020-01-20 16:00:36 +01:00

10 lines
152 B
Kotlin
Vendored

// !LANGUAGE: +ReleaseCoroutines
inline suspend fun inlineMe() = 1000
// inlineMe$$forInline : valueOf
// inlineMe : boxInt
// 1 valueOf
// 1 boxInt