codegen: Fix floating reference regression with Variants
[vala-gnome.git] / tests / objects / bug773956-2.test
bloba0457afe7aa6ac07bd203b7badf7aec2e208c8bb
1 Invalid Code
3 class Foo : Object {
4         private int bar {}
7 void main () {
8         new Foo ();