Property definitions

nitc :: astbuilder $ AAttrExpr :: make
	private init make(recv: AExpr, attribute: nullable MAttribute, t: nullable MType)
	do
		_n_expr = recv
		recv.parent = self
		_n_id = new TAttrid
		_mproperty = attribute
		_mtype = t
		if t != null then _is_typed = true
	end
src/astbuilder.nit:697,2--705,4