Skip to content

Commit

Permalink
sema: fix mutability process of binary eval
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Feb 26, 2024
1 parent eccc985 commit 9897aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions std/jule/sema/eval.jule
Original file line number Diff line number Diff line change
Expand Up @@ -4434,6 +4434,7 @@ impl BinaryEval {
self.eval_const(d)

if d != nil {
d.mutable = true
self.post_eval(d)
}

Expand Down

0 comments on commit 9897aa1

Please sign in to comment.