frontend: handle multi-iterators
[nit.git] / src / rapid_type_analysis.nit
index bcdb6db..a87a48f 100644 (file)
@@ -699,7 +699,7 @@ redef class ASuperExpr
        end
 end
 
-redef class AForExpr
+redef class AForGroup
        redef fun accept_rapid_type_visitor(v)
        do
                v.add_callsite(self.method_iterator)