Property definitions

nitc $ AutoSuperInitPhase :: defaultinit
private class AutoSuperInitPhase
	super Phase
	redef fun process_npropdef(npropdef) do if npropdef isa AMethPropdef then npropdef.do_auto_super_init(toolcontext.modelbuilder)
end
src/semantize/auto_super_init.nit:29,1--32,3