go/ast.FuncType.End (method, view implemented interface methods)

3 uses

	go/ast (current package)
		ast.go#L550: func (x *FuncType) End() token.Pos {
		ast.go#L1020: 	return d.Type.End()

	go/types
		signature.go#L145: 	scopePos := ftyp.End() // all parameter's scopes start after the signature