blob: 3fc28b1bda5166cb0bc51e30feeb2594e53cc559 [file]
// !LANGUAGE: +ReleaseCoroutines
// IGNORE_BACKEND: JVM_IR
inline fun inlineMe(crossinline c: suspend () -> Int): suspend () -> Int {
val i: suspend () -> Int = { c() + c() }
return i
}
// invokeSuspend$$forInline : valueOf
// invokeSuspend : boxInt
// 1 valueOf
// 1 boxInt