Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
boxing
/
inlineSuspend.kt
blob: 67750bc9323948a8924fef3cb48a3083c5ba836e [
file
] [
log
] [
blame
]
// !LANGUAGE: +ReleaseCoroutines
inline
suspend fun inlineMe
()
=
1000
// inlineMe$$forInline : valueOf
// inlineMe : boxInt
// 1 valueOf
// 1 boxInt