repo.or.cz
/
vala-gnome.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 0.41.92
[vala-gnome.git]
/
tests
/
semantic
/
method-too-few-type-arguments.test
blob
95499900dd34e805d6b216efcce54e93df063fd7
1
Invalid Code
2
3
void bar<G,T> (G g, T t) {
4
}
5
6
void main () {
7
bar<string> ("foo", 42);
8
}