Inheritance of constructors.
authorJean Privat <jean@pryen.org>
Sat, 27 Dec 2008 16:23:39 +0000 (11:23 -0500)
committerJean Privat <jean@pryen.org>
Sat, 27 Dec 2008 16:23:39 +0000 (11:23 -0500)
commitd4f861f45bb2b07d658ced92b1b133dd3d42a125
tree509db82c8552e67a0564b26d1e8e7f1dd35dbd3d
parentb0220f8a147e480292355b477ca13001f98d3144
Inheritance of constructors.
A class without constructors can inherit those of its superclasses.
These classes are called "Mixin" since their subclasses do not have to care about their initialisation.

The inherited constructors are all that belong to the most specific non-mixin superclass.
src/metamodel/inheritance.nit
src/syntax/mmbuilder.nit