codegen: Fix floating reference regression with Variants
[vala-gnome.git] / tests / objects / bug624594.vala
blob4895004bfee9e309cf4bcbe066ff042df0490f75
1 class Foo : Object {
2 public int property { get; set; }
5 void main () {