DEBSOURCES
Skip Quicknav
sources / vala / 0.56.18-5 / tests / semantic / parameter-too-many-type-arguments.test
12345678910
Invalid Code class Foo<G> { } void bar (Foo<string,int> foo) { } void main () { }