Property definitions

nitc :: astbuilder $ AFalseExpr :: make
	private init make(t: nullable MType)
	do
		init_afalseexpr(new TKwfalse, null)
		_mtype = t
		if t != null then self.is_typed = true
	end
src/astbuilder.nit:578,2--583,4