Skip to content

Commit

Permalink
Nullability annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
theraot committed Jan 29, 2021
1 parent b2a64ce commit 9c925c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,7 @@ protected virtual ElementInit VisitElementInit(ElementInit node)
/// The modified expression, if it or any subexpression was modified;
/// otherwise, returns the original expression.
/// </returns>
[return: NotNullIfNotNull("node")]
protected virtual LabelTarget? VisitLabelTarget(LabelTarget? node)
{
return node;
Expand Down

0 comments on commit 9c925c5

Please sign in to comment.