From: Hossein Zolfi Date: Fri, 10 Dec 2021 09:09:57 +0000 (+0330) Subject: go/types: remove TODO that is no longer relevant X-Git-Tag: go1.18beta1~30 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=13d15d147dd09b9209f5bc3778905684379129d8;p=gostls13.git 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 Trust: Robert Findley Run-TryBot: Robert Findley Trust: Nooras Saba‎ TryBot-Result: Gopher Robot --- 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]() }