Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
boxing
/
crossinlineSuspend.kt
blob: 91ab94d9a350f9d44c5fe44018b71f0882b8bf82 [
file
]
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