-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.ToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.
Milestone
Description
Go version
master
Output of go env in your module/workspace:
.What did you do?
From #76977 (comment)
func foo() {
for i := 0; i < 10; i++ {
for i = range 15 {}
}
}What did you see happen?
moderize thinks the 3-clause-for loop can be rewritten.
What did you expect to see?
It can't.
alexandear
Metadata
Metadata
Assignees
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.ToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.