tests: Add "gtktemplate" test to increase coverage
[vala-gnome.git] / tests / semantic / class-too-many-type-arguments.test
blob55674b32d08f91c71f4a23f4eb4923b12803147c
1 Invalid Code
3 class Foo {
6 void main () {
7         var foo = new Foo<string> ();