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