mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-07 00:21:28 +00:00
10 lines
152 B
Kotlin
Vendored
10 lines
152 B
Kotlin
Vendored
// !LANGUAGE: +ReleaseCoroutines
|
|
|
|
inline suspend fun inlineMe() = 1000
|
|
|
|
// inlineMe$$forInline : valueOf
|
|
// inlineMe : boxInt
|
|
|
|
// 1 valueOf
|
|
// 1 boxInt
|