Join Slack
Powered by
typically not an issue for Unit-returning lambdas ...
# mockk
m
Matt Thompson
10/02/2019, 3:21 PM
typically not an issue for Unit-returning lambdas since the return is often ignored, but it would break in cases like
someVal?.let(lambdaReference)
Open in Slack
Previous
Next