X-Git-Url: http://nitlanguage.org diff --git a/src/astprinter.nit b/src/astprinter.nit index 1a4d804..91aee2f 100644 --- a/src/astprinter.nit +++ b/src/astprinter.nit @@ -90,7 +90,7 @@ redef class ABlockExpr end end -redef class AIntExpr +redef class AIntegerExpr redef fun accept_printer(v) do v.write(value.to_s)