Skip to content

Commit

Permalink
Update DMCompiler/Compiler/DM/DMAST.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wixoaGit authored Jan 30, 2024
1 parent 27466c9 commit 18b57b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DMCompiler/Compiler/DM/DMAST.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1337,8 +1337,8 @@ public bool AllValuesConstant() {
||
(value is {
Key: DMASTExpressionConstant,
Value: DMASTList
} && ((DMASTList) value.Value).AllValuesConstant())
Value: DMASTList valueList
} && valueList.AllValuesConstant())
);
}
}
Expand Down

0 comments on commit 18b57b1

Please sign in to comment.