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
We sometimes get ? instead of a constructor name or a function argument name.
disambiguateNames should be adapted to set the name info for constructors. I think some (long) time ago this worked because the constructors and case branches were already annotated.
The text was updated successfully, but these errors were encountered:
We sometimes get
?
instead of a constructor name or a function argument name.disambiguateNames
should be adapted to set the name info for constructors. I think some (long) time ago this worked because the constructors and case branches were already annotated.The text was updated successfully, but these errors were encountered: