typically not an issue for Unit-returning lambdas ...
# mockk
m
typically not an issue for Unit-returning lambdas since the return is often ignored, but it would break in cases like
someVal?.let(lambdaReference)