]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] go/types: implement type terms
authorRob Findley <rfindley@google.com>
Tue, 3 Aug 2021 20:50:35 +0000 (16:50 -0400)
committerRobert Findley <rfindley@google.com>
Wed, 4 Aug 2021 11:06:37 +0000 (11:06 +0000)
commit5b51cf47dcf08d86eb1de22850ebd7d75e7a02af
tree576519de966f8b0ed67cc347804aaa226b7574c2
parente0d09072123c40cfef3015be146b55e0d26a67dd
[dev.typeparams] go/types: implement type terms

This is a port of CL 338049 to go/types. It identical to that CL, except
for eliding unnecessary typenames from the testTerms declaration.

Change-Id: Ieb04d7bbc20063044eb63ea985f75d529f030cd7
Reviewed-on: https://go-review.googlesource.com/c/go/+/339653
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/typeterm.go [new file with mode: 0644]
src/go/types/typeterm_test.go [new file with mode: 0644]