Files
kotlin/compiler/testData/codegen/bytecodeText/boxing/inlineSuspend.kt
2018-09-12 15:36:17 +03:00

10 lines
152 B
Kotlin
Vendored

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