We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(golang.org/x/tools at ee20ddf)
import "net/http" func _(cli *http.Client) (*http.Response, error) { return http.Get("hi") // inline: internal error: "unexpected context *ast.ReturnStmt for spread call" }
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/533176 mentions this issue: internal/refactor/inline: add missing spread context (return)
internal/refactor/inline: add missing spread context (return)
Sorry, something went wrong.
golang/tools@0e4fc90
adonovan
No branches or pull requests
(golang.org/x/tools at ee20ddf)
The text was updated successfully, but these errors were encountered: