mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-14 23:28:57 +00:00
This fixes an issue where expressions like `a[i] = a[++i]` could evaluate `++i` before `a[i]`.
This fixes an issue where expressions like `a[i] = a[++i]` could evaluate `++i` before `a[i]`.