mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 14:18:15 +00:00
Previously, a method with multiple sequence arguments would cause a compile error, as the same variable name was redeclared when iterating the sequence for each argument. This change disambiguates these variable names.