]> 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>
Mon, 18 Mar 2024 09:18:30 +0000 (10:18 +0100)
commitf3288279b6f74cd4255b52ab78dddb5ee7bcb89c
tree2d094704cdd66032294576d84486808bb836de0f
parent13eeb15ffc35f0821eb374e32742602c641c7cfa
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