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

11 lines
178 B
Kotlin
Vendored

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