GNOME Bugzilla – Bug 632734
multiple constructors calls not permitted
Last modified: 2018-02-19 16:20:50 UTC
Even if the two constructors will not be both called in the same object instantiation such code is not allowed by the compiler. if (construct_first) { base.first(); } else { base.second(); }
Still reproducible in valac 0.20.1
There's some work here, which is related: https://bugzilla.gnome.org/show_bug.cgi?id=567269
*** This bug has been marked as a duplicate of bug 567269 ***