]> Cypherpunks repositories - gostls13.git/commit
go/internal/typeparams: melt it down
authorAlan Donovan <adonovan@google.com>
Tue, 22 Oct 2024 17:58:53 +0000 (13:58 -0400)
committerAlan Donovan <adonovan@google.com>
Tue, 22 Oct 2024 19:58:17 +0000 (19:58 +0000)
commitd40ae5efc889bf4f0878eefe52694112e93a7542
tree8cbfb55e66967b5563dee592fed2a4f743b18532
parentad7f736d8f51ea03166b698256385c869968ae3e
go/internal/typeparams: melt it down

This package is no longer needed now that typeparams
are unconditionally enabled.  Its declarations have been
moved into the go/{types,parser} packages.

Change-Id: Ife79a17eb9d29b076cabbf8a4b2ff2aea5edfc8f
Reviewed-on: https://go-review.googlesource.com/c/go/+/621640
Reviewed-by: Robert Findley <rfindley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/go/internal/typeparams/typeparams.go [deleted file]
src/go/parser/parser.go
src/go/types/call.go
src/go/types/expr.go
src/go/types/exprstring.go
src/go/types/index.go
src/go/types/resolver.go
src/go/types/typexpr.go