nitc :: 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