]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Improve check for compatibility of method and delegate with generics
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 10 Jul 2023 20:13:29 +0000 (22:13 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 10 Jul 2023 20:13:29 +0000 (22:13 +0200)
commit0be8eac389cc025e62d5c4fac7e43d275d91f031
treebe1d6ac6ed40ce9fd9217095db33e60eaed49e09
parentce0eadc3cf54b091f7dd1605f10eb7b99637f3b2
vala: Improve check for compatibility of method and delegate with generics
tests/Makefile.am
tests/generics/method-to-delegate-2.c-expected [new file with mode: 0644]
tests/generics/method-to-delegate-2.vala [new file with mode: 0644]
tests/generics/method-to-delegate-incompatible-2.test [new file with mode: 0644]
tests/generics/method-to-delegate-incompatible-3.test [new file with mode: 0644]
tests/generics/method-to-delegate-incompatible.test [new file with mode: 0644]
tests/generics/method-to-delegate.c-expected [new file with mode: 0644]
tests/generics/method-to-delegate.vala [new file with mode: 0644]
vala/valamethodtype.vala