Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Dec 13, 2024
1 parent 810598c commit 68e5a32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vyper/compiler/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def _fn_identifier(fn_t):
for rif_t in fn_t.reachable_internal_functions:
k = _fn_identifier(rif_t)
if k in sigs:
# sanity check that keys are injective with functions
assert sigs[k] == rif_t, (k, sigs[k], rif_t)
sigs[k] = rif_t

Expand Down

0 comments on commit 68e5a32

Please sign in to comment.