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
AST parsing in internal/layout/layout.go does not handle types.Alias or types.Interface in collectTypeParams. Type parameters in these cases are ignored, resulting in missing '-- assume' markers.
AST parsing in internal/layout/layout.go does not handle types.Alias or types.Interface in collectTypeParams. Type parameters in these cases are ignored, resulting in missing '-- assume' markers.