Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add special handling for .ReturnsAsync(null) #915

Merged
merged 3 commits into from
Aug 31, 2019

Conversation

stakx
Copy link
Contributor

@stakx stakx commented Aug 31, 2019

... so null is treated as the intended result, not as a lambda function null reference.

Resolves #909.

such that `null` is interpreted as the intended return value, and not
as a null reference where a lambda function was expected.
@stakx stakx added this to the 4.13.0 milestone Aug 31, 2019
@stakx stakx merged commit 3024c61 into devlooped:master Aug 31, 2019
@stakx stakx deleted the returnsasync-null branch August 31, 2019 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check ReturnsAsync method for null arguments.
1 participant