]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] go/types: print "incomplete" for interfaces in debug mode only
authorRob Findley <rfindley@google.com>
Thu, 3 Jun 2021 13:49:21 +0000 (09:49 -0400)
committerRobert Findley <rfindley@google.com>
Fri, 4 Jun 2021 10:59:00 +0000 (10:59 +0000)
commitcd6e9df446680d591c28c08d2cc768ec014cf29d
treed019c42ebbd5515eac16035d5d2b3ff9f9316ea6
parent655246f99a22950985a9ab9fc1e0bb4a8cb2ea7e
[dev.typeparams] go/types: print "incomplete" for interfaces in debug mode only

This is a straightforward port of CL 320150 to go/types.

Fixes #46167

Change-Id: Id1845046f598ac4fefd68cda6a5a03b7a5fc5a4a
Reviewed-on: https://go-review.googlesource.com/c/go/+/324731
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/types_test.go
src/go/types/typestring.go
src/go/types/typestring_test.go