Property definitions

nitc $ FlowPhase :: defaultinit
private class FlowPhase
	super Phase

	redef fun process_npropdef(npropdef) do npropdef.do_flow(toolcontext)
end
src/semantize/flow.nit:27,1--31,3