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
This is a follow-up issue to #12412
Ideally, member group for method with generic arguments should show "OverloadDefinitions" with the specified argument types applied.
This is a follow-up issue to #12412
Ideally, member group for method with generic arguments should show "OverloadDefinitions" with the specified argument types applied.
Repro steps:
The generic arguments are parsed and the
ITypeNameare kept inMemberExpressionAst, but it's not used when generating the overload definition.