Skip to content

Commit

Permalink
exclude raw call
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Aug 7, 2023
1 parent f112bee commit acec274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/semantics/analysis/annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ def visit_Call(self, node, type_):
for arg, arg_type in zip(node.args, call_type.arg_types):
self.visit(arg, arg_type)
else:
# note that mutability for`raw_call` is handled in its `build_IR` function
mutable_builtins = (
"raw_call",
"create_minimal_proxy_to",
"create_copy_of",
"create_from_blueprint",
Expand Down

0 comments on commit acec274

Please sign in to comment.