]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: use ":" as start of implicit type switch case scopes
authorRobert Griesemer <gri@golang.org>
Thu, 13 Jun 2024 23:24:26 +0000 (16:24 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 26 Jul 2024 20:11:09 +0000 (20:11 +0000)
commite7b7f44ff82e26cf4e548f35f2a9988e6a4a05aa
tree53174b89010fb7e52506466c8b63ab7e3b5a2941
parentc761174d9618ba1458eb0d149eff4d42e2dc92ae
go/types, types2: use ":" as start of implicit type switch case scopes

Adjust the respective API test accordingly.

Change-Id: I7ecc8899b40ae3b5aeb2c1e032935c672b41e0b6
Reviewed-on: https://go-review.googlesource.com/c/go/+/592675
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/types2/api_test.go
src/cmd/compile/internal/types2/stmt.go
src/go/types/api_test.go
src/go/types/stmt.go