]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Add support for nested methods (local functions)
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 30 Sep 2021 14:42:14 +0000 (16:42 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 30 Oct 2021 11:54:25 +0000 (13:54 +0200)
commit048aaba0cd88b784fe9fa421dbad494019abd42e
treea88abce391ffb3a667359e41c34c04fd4f2be0da
parent554011b393cf9635e2990a589c6323925fe53090
vala: Add support for nested methods (local functions)

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