mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 01:22:12 +02:00
This fixes an issue where expressions like `a[i] = a[++i]` could evaluate `++i` before `a[i]`.
162 KiB
162 KiB