rta: add `live_types_to_csv` to provide human-readable info on types
[nit.git] / src / collect_super_sends.nit
index 9e6f9b0..32bfb6a 100644 (file)
@@ -41,7 +41,7 @@ private class CollectSuperSends
                        return
                end
                n.visit_all(self)
-               if n isa ASuperExpr and n.mproperty == null then
+               if (n isa ASuperExpr and n.callsite == null) or n isa ASuperExternCall then
                        var mprop = mpropdef
                        assert mprop != null
                        res.add(mprop)