Merge: doc/commands: add tests for html rendering
[nit.git] / src / frontend / parse_examples.nit
index 945eb31..84c83a6 100644 (file)
@@ -118,6 +118,7 @@ redef class ANewExpr
        redef fun accept_example_visitor(v) do
                var recvtype = self.recvtype
                if recvtype != null then
+                       v.counter.inc recvtype.mclass
                        v.counter.inc recvtype.mclass.intro
                end
                visit_all(v)