]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Check type-argument count of interface prerequisites
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 8 Apr 2023 08:55:39 +0000 (10:55 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 8 Apr 2023 08:59:55 +0000 (10:59 +0200)
commite8a81d9a49ef569b632107a07e605aaa4705d347
treee35c36436c20718ec35ba7d3dcc49474fa12f0cc
parenta4dca077641a0eabdd7677b3048174f798deaf96
vala: Check type-argument count of interface prerequisites

Additionally add test case for type-argument count of class base-types
tests/Makefile.am
tests/semantic/class-base-type-too-few-type-arguments.test [new file with mode: 0644]
tests/semantic/class-base-type-too-many-type-arguments.test [new file with mode: 0644]
tests/semantic/interface-prerequisite-too-few-type-arguments.test [new file with mode: 0644]
tests/semantic/interface-prerequisite-too-many-type-arguments.test [new file with mode: 0644]
vala/valainterface.vala