tests: Add invalid "type-argument" tests to increase coverage
commit01cd665d35ee81b906c45f65fafd127c012a2d5a
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 13 Jun 2018 15:16:38 +0000 (13 17:16 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 13 Jun 2018 15:21:51 +0000 (13 17:21 +0200)
tree3b296d3ddc06b43260de9d1de70f2d6cc8b8ce47
parent479937d841a1ae98f18182b398784dc97da0e277
tests: Add invalid "type-argument" tests to increase coverage
tests/Makefile.am
tests/semantic/class-too-few-type-arguments.test [new file with mode: 0644]
tests/semantic/class-too-many-type-arguments.test [new file with mode: 0644]
tests/semantic/delegate-too-few-type-arguments.test [new file with mode: 0644]
tests/semantic/delegate-too-many-type-arguments.test [new file with mode: 0644]
tests/semantic/method-too-few-type-arguments.test [new file with mode: 0644]
tests/semantic/method-too-many-type-arguments.test [new file with mode: 0644]