2012/12/17 Tal Hadad <[email protected]> > public class Foo : GLib.Object { > public virtual void func() { > } > > internal static void bug () { > new Bar (); > } > } > public class Bar : Foo { > public override void func() { > } > } >
I just tried compiling this with Vala 0.18 too and it works for me. Maybe you should upgrade your valac? - Jonas
_______________________________________________ vala-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/vala-list
