Skip to content
Snippets Groups Projects
Konrad Mohrfeldt's avatar
Konrad Mohrfeldt authored
Some iteration semantics got mixed up when replacing remaining uses of
`var` variable declarations in ae37fb6c.

`var foo in bar` cannot be replaced with `const foo of bar` because the
first will assign the iteration index of the current item to foo,
whereas the second will assign the actual iteration item.
e4083e66
History
Name Last commit Last update
..