Analyze tuple conversions element-wise with W-warnings #33035
Labels
Area-Compilers
New Language Feature - Nullable Reference Types
Nullable Reference Types
Resolution-By Design
The behavior reported in the issue matches the current design
Milestone
Currently, we treat tuples like generic
Pair<T1, T2>
during the conversion/assignment. This results in a redundant safety warning, since we already track the initial state ofItem1
/Item2
in the case of tuples.FYI @cston
The text was updated successfully, but these errors were encountered: