Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
for #1102
  • Loading branch information
jakubmisek committed May 4, 2024
1 parent 743b63e commit 28c530c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Peachpie.CodeAnalysis/Semantics/BoundExpression.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2021,6 +2021,7 @@ public BoundArrayItem(BoundExpression key, BoundExpression value)
{
Key = key;
Value = value ?? throw new ArgumentNullException(nameof(value));
IsSpreadArray = false;
}
}

Expand Down

0 comments on commit 28c530c

Please sign in to comment.