Put OmittedType instead of null in VariableDeclaration.Type (make it non-optional again) #12588
Labels
Area-Compilers
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Feature - Tuples
Tuples
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
Per compat council, we should try and avoid making a field optional that was previously mandatory.
This will decrease the chances of NullReferenceException in consuming code (such as analyzers).
The text was updated successfully, but these errors were encountered: