Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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