GNOME Bugzilla – Bug 575439
Expanding properties
Last modified: 2017-10-18 00:03:45 UTC
If a property in parent (class or interface) is: public abstract Type name {get;} Subclass should be allowed to define: public Type name {get; construct;}
*** Bug 696592 has been marked as a duplicate of this bug. ***
Probably Lars's example with get and set is more useful: > class MyAction: Object, Action { > > public string name { get; set; } > public bool enabled { get; set; } > > /* ... */ > } > From his description it is working sometimes in Vala.
*** This bug has been marked as a duplicate of bug 686542 ***