codegen: Fix floating reference regression with Variants
[vala-gnome.git] / tests / delegates / bug519949.test
bloba8283e4d47762745e20f93422b0825532e05d640
1 Invalid Code
3 delegate void FooFunc ();
5 class Foo<G> {
8 void main () {
9         var foo = new Foo<FooFunc> ();