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
pattern: guard against trying to match mismatched types
For example, trying to match an *ast.CallExpr against an []ast.Stmt
would fall into the branch handling []ast.Stmt, which mustn't assume
that the lhs is an ast.Stmt.
0 commit comments