Skip to content

Commit

Permalink
niti: clear_caches: add collect_attr_propdef_cache.clear
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Privat <[email protected]>
  • Loading branch information
privat committed Aug 23, 2024
1 parent ca96c97 commit f67dd0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interpreter/naive_interpreter.nit
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f67dd0f

Please sign in to comment.