You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(jcouv update:)
Note: I've added references to this issue to replace PROTOTYPE markers. I believe that once the deconstruction scenario is properly handled, it should be possible to remove the following two methods:
// PROTOTYPE(NullableReferenceTypes): Remove this method. Initial binding should not infer nullability.internalstaticTypeSymbolWithAnnotationsGetTypeAndNullability(thisBoundExpressionexpr){
...}// PROTOTYPE(NullableReferenceTypes): Remove this method. Initial binding should not infer nullability.privatestaticbool?IsNullableInternal(thisBoundExpressionexpr){
...}
As part of this, we should also review NullableWalker.VisitForEachIterationVariables.
The text was updated successfully, but these errors were encountered:
(jcouv update:)
Note: I've added references to this issue to replace PROTOTYPE markers. I believe that once the deconstruction scenario is properly handled, it should be possible to remove the following two methods:
As part of this, we should also review
NullableWalker.VisitForEachIterationVariables
.The text was updated successfully, but these errors were encountered: