GNOME Bugzilla – Bug 556881
public static abstract methods :)
Last modified: 2008-10-25 07:44:26 UTC
Vala let you write something like that, but that produce invalid C code without error... interface Test { public static abstract void test (); } the test is added to vala-tests
2008-10-25 Jürg Billeter <j@bitron.ch> * vala/valaparser.vala: Report error when using virtual method modifiers for static methods, fixes bug 556881 Fixed in r1913.