mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
They are inline-only. Generate $$forInline versions of inline suspend functions as private. This way, there is no nullability annotation on there parameters and return values. Unfortunately, old BE does generate them. #KT-37088 Fixed