]> git.ipfire.org Git - thirdparty/vala.git/commit
tests: Add "unique namespace" test
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 8 Jul 2020 20:57:56 +0000 (22:57 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 8 Jul 2020 20:57:56 +0000 (22:57 +0200)
commit14cf269d58915c9f3c26155729807e241656790c
tree156e1b0faca0122c663e49ff6c11d8525a2fecfb
parentdd65c396662ccd8bbe0ea50be6337cbd69c7d47a
tests: Add "unique namespace" test

A namespace symbol is unique for a given name in its CodeContext. This
means attributes are inherited accross all occurances.
tests/Makefile.am
tests/namespace/unique.vala [new file with mode: 0644]