Skip to content

Commit

Permalink
Seal an override
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyTs committed Sep 26, 2024
1 parent 90f043b commit 487db6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,7 @@ protected virtual void AfterVisitConversion(BoundConversion node)
{
}

public override BoundNode VisitIfStatement(BoundIfStatement node)
public sealed override BoundNode VisitIfStatement(BoundIfStatement node)
{
// 5.3.3.5 If statements

Expand Down

0 comments on commit 487db6e

Please sign in to comment.