-
Notifications
You must be signed in to change notification settings - Fork 91
The token notnull
. Is it a keyword? Is it explicitly not a keyword?
#1246
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
Comments
notnull
. Is it a keyword? Is it explicitly not a keywork?notnull
. Is it a keyword? Is it explicitly not a keyword?
I think by the definition of contextual keyword (§6.4.4) The similarity to
So for
and insert it into §15.2.5. Note that the description of |
@Nigel-Ecma to create a PR along the lines he's outlined. |
Adds `notnull` as a contextual keyword and defines how the ambiguity with *class_type* is resolved.
Adds `notnull` as a contextual keyword and defines how the ambiguity with *class_type* is resolved. Co-authored-by: Nigel-Ecma <[email protected]>
In PR #830, this text was not included in the updates for nullable reference types:
Should this text be added to the text for the
notnull
constraint?#830 also includes a large example starting at line 503
Do we want to include that example as well.
Other changes in #830 have been reviewed by me and @RexJaeschke . They are either included, or have been excluded by design.
The text was updated successfully, but these errors were encountered: