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

Improve support of nullable types #209

Merged
merged 2 commits into from
Dec 12, 2021
Merged

Conversation

metoule
Copy link
Contributor

@metoule metoule commented Dec 11, 2021

Promote all operands of binary operators.
When applying the ?. operator to nullable types, emit the member access on the underlying type.
Fix #205

When applying the ?. operator to nullable types, emit the member access on the underlying type.
Fix dynamicexpresso#205
Copy link
Member

@davideicardi davideicardi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@metoule metoule merged commit dcc633f into dynamicexpresso:master Dec 12, 2021
@metoule metoule deleted the fix_205 branch December 12, 2021 20:25
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.

InvalidOperationException for Nullable types
2 participants