]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Abstract and virtual methods may not be variadic
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 14 May 2018 12:13:04 +0000 (14:13 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 14 May 2018 12:19:03 +0000 (14:19 +0200)
commit5fb5abc08093427790bc8dbae3e1cc92ee92f0bd
treeb660389f9328e551e1601819204dd66994ec41c8
parent777776ae9c2d14ad89eb4ad9517240eaea605468
vala: Abstract and virtual methods may not be variadic

The chain-up of the variadic parameter is not possible.

https://bugzilla.gnome.org/show_bug.cgi?id=643088
tests/Makefile.am
tests/methods/bug643088.test [new file with mode: 0644]
vala/valamethod.vala