<@U0FLLKFJ4> they know about the classes which are...
# coroutines
d
@danlew they know about the classes which are generated when you write a
suspend
lambda:
Copy code
public fun <T> (suspend () -> T).createCoroutine(
        completion: Continuation<T>
): Continuation<Unit> = ((this as kotlin.jvm.internal.CoroutineImpl).create(completion) as kotlin.jvm.internal.CoroutineImpl).facade