aboutsummaryrefslogtreecommitdiff
path: root/api/go1.18.txt
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2022-01-27 21:26:27 -0800
committerRobert Griesemer <gri@golang.org>2022-01-28 22:21:55 +0000
commitb37c6e15477a934f894488751bed8abcf16b4f5c (patch)
tree8dfecff6b6a97f3395df66ac47f8fc901a9296d2 /api/go1.18.txt
parent8f7d96f5bcb927a576a43b890f2643e521107665 (diff)
downloadgo-b37c6e15477a934f894488751bed8abcf16b4f5c.tar.gz
go-b37c6e15477a934f894488751bed8abcf16b4f5c.zip
go/types, types2: delete TypeList.String
This method is unused and was not discussed in the API proposals. Note that all error output goes through the local sprintf which handles arguments specially. Fixes #50760. Change-Id: Iae66b0253cc0ece037d3d280951dc2d223c119fb Reviewed-on: https://go-review.googlesource.com/c/go/+/381634 Trust: Robert Griesemer <gri@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
Diffstat (limited to 'api/go1.18.txt')
-rw-r--r--api/go1.18.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/go1.18.txt b/api/go1.18.txt
index 7805d29eb7..2d05c3f41c 100644
--- a/api/go1.18.txt
+++ b/api/go1.18.txt
@@ -51,7 +51,6 @@ pkg go/types, method (*Term) Tilde() bool
pkg go/types, method (*Term) Type() Type
pkg go/types, method (*TypeList) At(int) Type
pkg go/types, method (*TypeList) Len() int
-pkg go/types, method (*TypeList) String() string
pkg go/types, method (*TypeParam) Constraint() Type
pkg go/types, method (*TypeParam) Index() int
pkg go/types, method (*TypeParam) Obj() *TypeName