codegen: Fix floating reference regression with Variants
[vala-gnome.git] / tests / objects / bug795225-1.test
blob8a3ca2c09606862d73b2458155b5c9f87f0c91d3
1 Invalid Code
3 abstract class Foo {
4     public abstract int bar {
5                 get {
6                         return 23;
7                 }
8     }
11 void main () {