codegen: Fix floating reference regression with Variants
[vala-gnome.git] / tests / objects / bug564090.test
blob6e62a4a6f056ae5d664067981f557e107375d9d6
1 Invalid Code
3 [Compact]
4 class Foo {
5         class int x = 1;
7         class construct {
8                 x = 2;
9         }
12 void main () {