]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Only transform default initializers of parameters
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 16 Aug 2023 07:51:28 +0000 (09:51 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 16 Aug 2023 09:26:58 +0000 (11:26 +0200)
commitfd71824c6cda224912d077e19a1aaccd2c8db136
tree263bf4e721f988fc361fa9060035837446ad8c6a
parent0a4a679270bdb413b4f7d3e759e129ec65597d29
vala: Only transform default initializers of parameters

Explicitly passed sizeof/typeof arguments are resolved properly

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1474
tests/Makefile.am
tests/generics/parameter-typeof.c-expected [new file with mode: 0644]
tests/generics/parameter-typeof.vala [new file with mode: 0644]
vala/valamethodcall.vala