You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifsub.typ.subtype!=self.context.return_type.subtype:
raiseTypeMismatchException(
f"List return type {sub.typ.subtype} does not match specified "f"return type, expecting {self.context.return_type.subtype}",
self.stmt
)
The text was updated successfully, but these errors were encountered:
It seems that the following check:
https://github.com/ethereum/vyper/blob/c296b2d7532d913103aad494b749f8179a3acddc/vyper/parser/stmt.py#L869-L877
can simply be:
The text was updated successfully, but these errors were encountered: