Closed andrerfcsantos closed 1 year ago
Currently, the representer is ignoring type annotations from function arguments, but not from the return type of functions and from type-annotated variables.
This PR makes the representer ignore type annotations from those places too.
Currently, the representer is ignoring type annotations from function arguments, but not from the return type of functions and from type-annotated variables.
This PR makes the representer ignore type annotations from those places too.