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