In case of introduced constructor, the list of implicit auto super init constructors invoked (if needed)

Property definitions

nitc :: auto_super_init $ AMethPropdef :: auto_super_inits
	# In case of introduced constructor, the list of implicit auto super init constructors invoked (if needed)
	var auto_super_inits: nullable Array[CallSite] = null
src/semantize/auto_super_init.nit:50,2--51,54