]> Cypherpunks repositories - gostls13.git/commitdiff
go/types: remove TODO that is no longer relevant
authorHossein Zolfi <hossein.zolfi@gmail.com>
Fri, 10 Dec 2021 09:09:57 +0000 (12:39 +0330)
committerRobert Findley <rfindley@google.com>
Fri, 10 Dec 2021 18:02:44 +0000 (18:02 +0000)
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>

src/go/types/testdata/check/issues.go2

index ac8ef789e522b7846e1598726d50e1922c5d40eb..371856eea34333b2fa3c414b88a3543c977a21e2 100644 (file)
@@ -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]()
 }