go/ast.CallExpr.End (method, view implemented interface methods)
3 uses
go/ast (current package)
ast.go#L543: func (x *CallExpr) End() token.Pos { return x.Rparen + 1 }
ast.go#L814: func (s *GoStmt) End() token.Pos { return s.Call.End() }
ast.go#L815: func (s *DeferStmt) End() token.Pos { return s.Call.End() }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)