]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/types2: set tparamsIsIface to true
authorRobert Griesemer <gri@golang.org>
Wed, 10 Nov 2021 23:50:35 +0000 (15:50 -0800)
committerRobert Griesemer <gri@golang.org>
Sat, 13 Nov 2021 00:26:20 +0000 (00:26 +0000)
commitc09d854f0961a997ac41a740a6e8d1892b7e6ee0
tree824c44306308021a97c1af139b9506d06ff63162
parent39bc666430b3340c3de0e815cfc1fbfc7b2f7e99
cmd/compile/internal/types2: set tparamsIsIface to true

This CL enables the mode in which the underlying type of
type parameters is the underlying type of their constraints.

Change-Id: Id3471578dab098695dbd1e0429356ebcc9c5e224
Reviewed-on: https://go-review.googlesource.com/c/go/+/363155
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/typeparam.go