b2f8a4e82a
This is important for calls using reflection as the reflect library assumes this ordering of arguments. It would be nice if this could be handled in the lowerings. Currently AddContinuationLowering is after DefaultArgumentStubGenerator. If we could add the continuation first and then do default stub generation maybe we could avoid the reshuffling introduced in coroutine codegen in this change.