X-Git-Url: http://nitlanguage.org diff --git a/src/rapid_type_analysis.nit b/src/rapid_type_analysis.nit index 05e2332..87e808c 100644 --- a/src/rapid_type_analysis.nit +++ b/src/rapid_type_analysis.nit @@ -535,14 +535,7 @@ redef class AExpr end end -redef class AIntExpr - redef fun accept_rapid_type_visitor(v) - do - allocate_mtype(v) - end -end - -redef class AByteExpr +redef class AIntegerExpr redef fun accept_rapid_type_visitor(v) do allocate_mtype(v)