codegen: Fix floating reference regression with Variants
[vala-gnome.git] / tests / objects / bug795225-3.test
blob1459a23c7c5ac4aa9a292ec3eaa53172b6ab6e75
1 Invalid Code
3 class Foo : Object {
4         int _fub = 0;
6         public int bar {
7                 get { return _fub; }
8                 default = 42;
9         }
12 void main () {