Property definitions

nitc :: astbuilder $ ASelfExpr :: make
	private init make(v: nullable Variable, t: nullable MType)
	do
		init_aselfexpr(new TKwself, null)
		_mtype = t
		if t != null then is_typed =true
	end
src/astbuilder.nit:672,2--677,4