phase
on the npropdef
Called by run_phases
# Process the given `phase` on the `npropdef`
# Called by `run_phases`
protected fun phase_process_npropdef(phase: Phase, npropdef: APropdef)
do
phase.process_npropdef(npropdef)
end
src/phase.nit:160,2--165,4