]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: move go/types-only Scope methods into scopes2.go
authorRobert Griesemer <gri@golang.org>
Fri, 27 Sep 2024 17:54:26 +0000 (10:54 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 27 Sep 2024 19:24:15 +0000 (19:24 +0000)
commit6ad3933e285b036137a339f598f00a21578fcbfb
tree50f5d54750ed3eb7f22c518efd36bc4d10a07dd1
parent62452bed480108623910feace4a5cea5448e6822
go/types, types2: move go/types-only Scope methods into scopes2.go

Remove them them from types2.

Updates #69673.

Change-Id: I7843f6da1edf3a19f85c61706104d173e04088d3
Reviewed-on: https://go-review.googlesource.com/c/go/+/616261
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
src/cmd/compile/internal/types2/api_test.go
src/cmd/compile/internal/types2/scope.go
src/go/types/api_test.go
src/go/types/scope.go
src/go/types/scope2.go [new file with mode: 0644]
src/go/types/scope2_test.go [new file with mode: 0644]