Are there any easy ways to write tests for the val...
# coroutines
z
Are there any easy ways to write tests for the value default parameters? Use case: I wrote a custom overload of
actor
, and I want to ensure that both my
actor
and the coroutines
actor
use the same default parameters.