]> Cypherpunks repositories - gostls13.git/commit
go/types: remove subscripts from type parameter names
authorRobert Findley <rfindley@google.com>
Thu, 21 Oct 2021 22:36:14 +0000 (18:36 -0400)
committerRobert Findley <rfindley@google.com>
Mon, 25 Oct 2021 17:09:57 +0000 (17:09 +0000)
commit70ffd852cc85f1c782f4f2e70518d4861939cd1b
treed069ca5df2b999ff6836eb8ba99d82ea45629c3e
parent52b10ab79451df78797b87e40eb9371127bad260
go/types: remove subscripts from type parameter names

Now that we've removed the necessity for subscripts in importers, we can
effectively eliminate them from the the type parameter API by removing
them from the type string.

Change-Id: Ic4491b0dea27b0e0ce2d0636dccfaf05168ef9e5
Reviewed-on: https://go-review.googlesource.com/c/go/+/357814
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
src/go/types/api_test.go
src/go/types/builtins_test.go
src/go/types/errors.go
src/go/types/instantiate.go
src/go/types/typestring.go