-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Can/should is operator update null-state in false case? #30297
Copy link
Copy link
Closed
Labels
Area-CompilersArea-Language DesignFeature - Nullable Reference TypesNullable Reference TypesNullable Reference TypesNeed Design ReviewThe end user experience design needs to be reviewed and approved.The end user experience design needs to be reviewed and approved.Resolution-By DesignThe behavior reported in the issue matches the current designThe behavior reported in the issue matches the current design
Milestone
Metadata
Metadata
Assignees
Labels
Area-CompilersArea-Language DesignFeature - Nullable Reference TypesNullable Reference TypesNullable Reference TypesNeed Design ReviewThe end user experience design needs to be reviewed and approved.The end user experience design needs to be reviewed and approved.Resolution-By DesignThe behavior reported in the issue matches the current designThe behavior reported in the issue matches the current design
Type
Fields
Give feedbackNo fields configured for issues without a type.
There are variants of this scenario with
string!andstring~. The question is whether we should learn in both branches, or whether we should treat one branch as unreachable.Relates to #30283