Property definitions

nitc :: astbuilder $ ANullExpr :: make
	private init make(t: nullable MType)
	do
		init_anullexpr(new TKwnull, null)
		_mtype = t
		if t != null then self.is_typed = true
	end
src/astbuilder.nit:662,2--667,4