-
-
Notifications
You must be signed in to change notification settings - Fork 871
Open
Labels
needs triageneeds triageneeds triage
Description
Version Information
- vyper Version (output of
vyper --version): 34a9e08
What's your issue about?
the following assumes call the calldata location
vyper/vyper/semantics/types/function.py
Line 917 in 4efae6d
| type_ = type_from_annotation(arg.annotation, DataLocation.CALLDATA) |
this doesn't have to be the case for e.g. internal functions
as such, the following check can be imprecise:
vyper/vyper/semantics/types/utils.py
Line 90 in 214a352
| if location in typ._invalid_locations: |
Metadata
Metadata
Assignees
Labels
needs triageneeds triageneeds triage