List of initialisers to call in root-inits

They could be setters or attributes

Property definitions

nitc $ MMethodDef :: initializers=
	# List of initialisers to call in root-inits
	#
	# They could be setters or attributes
	var initializers = new Array[MProperty]
src/model/model.nit:2660,2--2663,40