summaryrefslogtreecommitdiff
path: root/tests/arrays/constant-element-access.vala
Commit message (Collapse)AuthorAgeFilesLines
* codegen: Use specified indices to access multidimensional array constantsRico Tzschichholz2020-04-131-0/+33
This fixes compile issues together with -Waggressive-loop-optimizations and warnings with -Warray-bounds. Fixes https://gitlab.gnome.org/GNOME/vala/issues/905