Property definitions

nitc :: parser_prod $ ALocalPropExternCall :: init_alocalpropexterncall
	init init_alocalpropexterncall (
		n_methid: nullable AMethid
	)
	do
		_n_methid = n_methid.as(not null)
		n_methid.parent = self
	end
src/parser/parser_prod.nit:8173,2--8179,4