d7fd2471b8
Remove CoroutineAdapter and LANGUAGE: +ReleaseContinuation, which are meaninless now. Update the tests accordingly.
8 lines
118 B
Kotlin
Vendored
8 lines
118 B
Kotlin
Vendored
inline suspend fun inlineMe() = 1000
|
|
|
|
// inlineMe$$forInline : valueOf
|
|
// inlineMe : boxInt
|
|
|
|
// 1 valueOf
|
|
// 1 boxInt
|