codegen: Fix floating reference regression with Variants
[vala-gnome.git] / tests / objects / bug760031.test
blob58439823f7da766df671d299f2d64fda3f564e21
1 Invalid Code
3 class Foo {
4         protected Foo () {
5         }
8 void main () {
9         new Foo ();