Run APropdef::do_scope on each propdef.

Property definitions

nitc :: scope $ ToolContext :: scope_phase
	# Run `APropdef::do_scope` on each propdef.
	var scope_phase: Phase = new ScopePhase(self, null)
src/semantize/scope.nit:24,2--25,52