syntax: new class AAbsAbsSendExpr
[nit.git] / src / compiling / compiling_methods.nit
index 856934e..c8e56c0 100644 (file)
@@ -1449,7 +1449,7 @@ redef class AAttrReassignExpr
        end
 end
 
-redef class AAbsSendExpr
+redef class AAbsAbsSendExpr
        # Compile each argument and add them to the array
        meth compile_arguments_in(v: CompilerVisitor, cargs: Array[String])
        do