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
/
delegates
/
bug772204.test
blob
0cd0e5672c41d6011f2fca7a90992215c9aa1b2f
1
Invalid Code
2
3
delegate void Foo<T,V> ();
4
5
void main () {
6
Foo<int> f = null;
7
}