]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/compile: use dictionary entries for more conversion cases
authorKeith Randall <khr@golang.org>
Tue, 8 Jun 2021 22:58:16 +0000 (15:58 -0700)
committerKeith Randall <khr@golang.org>
Tue, 29 Jun 2021 21:50:53 +0000 (21:50 +0000)
commit6a5f7e8498b7cd53bb5461fbf777aa83aea067a8
tree6faf2e23ce7e8205af1a6f1db64f4d334639ccca
parent5fa6bbc669c22f05deb421c324b90b30ae3caa08
[dev.typeparams] cmd/compile: use dictionary entries for more conversion cases

This CL handles I(x) where I is an interface type and x has
typeparam type.

Change-Id: Ib99de2b741d588947f5e0164255f6365e98acd8a
Reviewed-on: https://go-review.googlesource.com/c/go/+/326189
Trust: Keith Randall <khr@golang.org>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/noder/stencil.go
test/typeparam/ifaceconv.go