]> git.ipfire.org Git - thirdparty/vala.git/commit
parser: Allow declaration of static nested methods (local functions)
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 15 Mar 2024 13:14:56 +0000 (14:14 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 19 Mar 2024 08:35:53 +0000 (09:35 +0100)
commit0247d6ed065ec3a3b3a45d3ec617d5a9d1ba9986
tree0e3f8f0909b5a4ffb14593927fae06c43666fa0e
parentb6b8b986f9cf4981e828553524dc3bdeec765ae8
parser: Allow declaration of static nested methods (local functions)

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1533
tests/Makefile.am
tests/methods/local-functions-to-delegate.c-expected [new file with mode: 0644]
tests/methods/local-functions-to-delegate.vala [new file with mode: 0644]
vala/valaparser.vala