]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Correctly handle pre/post-increment expression as index of element access
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 8 Mar 2023 19:16:51 +0000 (20:16 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 20 Mar 2023 08:55:01 +0000 (09:55 +0100)
commit1851080b245117ac1554949cf13adb86fb4e9a6a
tree57fcaf385067174d54f9037716743762a480f6d0
parent201453529bd61fc6a9e1691e9120ddd00cccf125
vala: Correctly handle pre/post-increment expression as index of element access

Regression of cb1828cfc5273aca752de9b39a77e0cd53305e61

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1417
tests/Makefile.am
tests/basic-types/bug596637.c-expected
tests/control-flow/pre-post-increment-array-index.c-expected [new file with mode: 0644]
tests/control-flow/pre-post-increment-array-index.vala [new file with mode: 0644]
vala/valamemberaccess.vala