]> Cypherpunks repositories - gostls13.git/commit
go/types: fix type set printing and add a test
authorRobert Findley <rfindley@google.com>
Tue, 31 Aug 2021 18:57:53 +0000 (14:57 -0400)
committerRobert Findley <rfindley@google.com>
Tue, 31 Aug 2021 21:24:09 +0000 (21:24 +0000)
commit78d0f8c870f9bc6e2f6dde22d3191e33be8d0c8f
tree1b43cd7e1a0aca55a1e2a3ee8f9c4e58633dae97
parentae2b2dc01ac5a7e8ef3f5a78d65a7a85b2324118
go/types: fix type set printing and add a test

This is a port of CL 344873 to go/types.

Change-Id: Iad41d6de166214178adf2123ac05023895f5208b
Reviewed-on: https://go-review.googlesource.com/c/go/+/346435
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
src/go/types/typeset.go
src/go/types/typeset_test.go