codegen: Fix floating reference regression with Variants
[vala-gnome.git] / tests / delegates / bug772204.test
blob0cd0e5672c41d6011f2fca7a90992215c9aa1b2f
1 Invalid Code
3 delegate void Foo<T,V> ();
5 void main () {
6         Foo<int> f = null;