Skip to content

Commit

Permalink
Fixes after merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeshecdom committed Feb 5, 2025
1 parent aa8a193 commit 42e40ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimizer/deprecated/constant-propagation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export function constantPropagationAnalysis(
}
}

function executeStatements(statements: A.AstStatement[]) {
function executeStatements(statements: readonly A.AstStatement[]) {
statements.forEach((currStmt) => {
interpretStatement(currStmt);
});
Expand Down

0 comments on commit 42e40ea

Please sign in to comment.