aboutsummaryrefslogtreecommitdiff
path: root/src/go
diff options
context:
space:
mode:
authorHossein Zolfi <hossein.zolfi@gmail.com>2021-12-10 12:39:57 +0330
committerRobert Findley <rfindley@google.com>2021-12-10 18:02:44 +0000
commit13d15d147dd09b9209f5bc3778905684379129d8 (patch)
treebf936b08e0a6a0d6d2af3c3c37e9fd14a96ce2fe /src/go
parent8ff254e30ba9d9c13747fe42213c3f54b47c58e7 (diff)
downloadgo-13d15d147dd09b9209f5bc3778905684379129d8.tar.gz
go-13d15d147dd09b9209f5bc3778905684379129d8.zip
go/types: remove TODO that is no longer relevant
Change-Id: Ie897b7b9c0a61c837245642c608129108e28423e Reviewed-on: https://go-review.googlesource.com/c/go/+/370582 Reviewed-by: Robert Findley <rfindley@google.com> Trust: Robert Findley <rfindley@google.com> Run-TryBot: Robert Findley <rfindley@google.com> Trust: Nooras Saba‎ <saba@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'src/go')
-rw-r--r--src/go/types/testdata/check/issues.go21
1 files changed, 0 insertions, 1 deletions
diff --git a/src/go/types/testdata/check/issues.go2 b/src/go/types/testdata/check/issues.go2
index ac8ef789e5..371856eea3 100644
--- a/src/go/types/testdata/check/issues.go2
+++ b/src/go/types/testdata/check/issues.go2
@@ -47,7 +47,6 @@ func (T) m1()
func (*T) m2()
func _() {
- // TODO(rFindley) this error should be positioned on the 'T'.
f2[T /* ERROR wrong method signature */ ]()
f2[*T]()
}