diff --git a/src/interpreter/naive_interpreter.nit b/src/interpreter/naive_interpreter.nit index d9636acb39..e5adfe68f6 100644 --- a/src/interpreter/naive_interpreter.nit +++ b/src/interpreter/naive_interpreter.nit @@ -117,6 +117,7 @@ class NaiveInterpreter do anchor_to_cache.clear lookup_first_definition_cache.clear + collect_attr_propdef_cache.clear end # Subtype test in the context of the mainmodule