-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement the optional call operator #30
base: main
Are you sure you want to change the base?
Conversation
The resultType can be null when using an optional member call on a non-optional.
6-implement-the-operator-on-optionals
Sorry for the delay. Something broke! My plan to evaluate this was to update the contracts in the "Full Security Example" https://code.sei.cmu.edu/bitbucket/projects/ETMAC/repos/security/browse/Full_Security_Example to use the new operator. But the baseline test fails.
When I do this on the
The problem is that
I think maybe you broke |
6-implement-the-operator-on-optionals
No description provided.