Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
boxing
/
crossinlineSuspend.kt
blob: 1651b5a1581844b04f94d7ff9ba8342756fa1da8 [
file
] [
log
] [
blame
]
// !LANGUAGE: +ReleaseCoroutines
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