]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] go/types: implement types.Instantiate
authorRob Findley <rfindley@google.com>
Thu, 3 Jun 2021 13:29:35 +0000 (09:29 -0400)
committerRobert Findley <rfindley@google.com>
Fri, 4 Jun 2021 10:04:16 +0000 (10:04 +0000)
commitd7592ab4242484110ac8af636f9152faeb3197d6
tree4ea88c16e46e7a6fd76d4bb24e7edcf261f9e22c
parent410fa4c75b7487cc92f48e4b4ca037830348b963
[dev.typeparams] go/types: implement types.Instantiate

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

Change-Id: If9e2d6d99790d694615389acbe6ccb3c8c0bd1da
Reviewed-on: https://go-review.googlesource.com/c/go/+/324729
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/instantiate.go [new file with mode: 0644]
src/go/types/subst.go