Property definitions

nitc :: astbuilder $ ABlockExpr :: make
	private init make(t: nullable MType)
	do
		if t != null then
			_mtype = t
			_is_typed = true
		end
	end
src/astbuilder.nit:800,2--806,4