537ce05bc9
Meaning, they never need continuation objects. This shouldn't affect correctness (if the assumption is valid, the continuation object should always have been removed in the end), but the phantom continuation sometimes left behind unused accessors (and in case of inline function references, those accessors would refer to non-existent functions) - see the modified test and Kotlin/kotlinx.coroutines#2769.