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
One way to address this issue is to reimplement checkImplementsTarget entirely in terms of types.Implements (which would mean constructing a *ast.Interface to represent Target).
The type matcher still has some gaps in its implementation. One of those is that type parameters are not handled, but should be.
The text was updated successfully, but these errors were encountered: