]> Cypherpunks repositories - gostls13.git/commit
go/types: implement Checker.implements
authorRobert Findley <rfindley@google.com>
Thu, 18 Nov 2021 01:01:16 +0000 (20:01 -0500)
committerRobert Findley <rfindley@google.com>
Thu, 18 Nov 2021 14:08:03 +0000 (14:08 +0000)
commit9ea939be600df12fe51b201112cc12e741acef00
tree03a5ab412a8ce822926e147190aeaac741be37a7
parent14c3f749bebafe10d60cf5a9b1f4ae6663ff862a
go/types: implement Checker.implements

This is a port of CL 363837 from types2 to go/types. As usual, test
error messages had to be repositioned on the operand.

Change-Id: I2b53fae7aa30f9147f8d05f75b0ab252338320bb
Reviewed-on: https://go-review.googlesource.com/c/go/+/364934
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/types/instantiate.go
src/go/types/testdata/fixedbugs/issue45920.go2