]> Cypherpunks repositories - gostls13.git/commit
go/types: make built-in to accept type sets with single underlying types
authorRobert Findley <rfindley@google.com>
Fri, 29 Oct 2021 21:47:32 +0000 (17:47 -0400)
committerRobert Findley <rfindley@google.com>
Fri, 29 Oct 2021 22:27:26 +0000 (22:27 +0000)
commit3571ab58b8069fd945427ba49c4d8a702325bdb0
tree605cd873068e13f73e5b570f1cc8dbe0ad8e673b
parentc76893d0da115a63374982196384f78fff224d55
go/types: make built-in to accept type sets with single underlying types

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

Change-Id: I64220840a01f57cd7955f7d956b9aa8227473b46
Reviewed-on: https://go-review.googlesource.com/c/go/+/359874
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/builtins.go
src/go/types/testdata/check/builtins.go2