Release 0.41.92
[vala-gnome.git] / tests / semantic / method-too-few-type-arguments.test
blob95499900dd34e805d6b216efcce54e93df063fd7
1 Invalid Code
3 void bar<G,T> (G g, T t) {
6 void main () {
7         bar<string> ("foo", 42);