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
When a property has a type hint the return value should equally display that type hint.
For example, property is type hinted as an integer. The getter should realize that this value must be an integer and also type hint the return as an integer.
The text was updated successfully, but these errors were encountered:
From the conversation I can't really tell if this issue has been resolved already. For me the type hints are being generated as they should, except for union types:
When a property has a type hint the return value should equally display that type hint.
For example, property is type hinted as an integer. The getter should realize that this value must be an integer and also type hint the return as an integer.
The text was updated successfully, but these errors were encountered: