]> Cypherpunks repositories - gostls13.git/commit
go/types: implement singleType and structure (type)
authorRobert Findley <rfindley@google.com>
Tue, 2 Nov 2021 15:34:11 +0000 (11:34 -0400)
committerRobert Findley <rfindley@google.com>
Tue, 2 Nov 2021 21:18:44 +0000 (21:18 +0000)
commit80065cf2f6cdf56616c87036af91afa7f2fb2913
tree8a610514c33cc6e7360fcfc0f4ab26cfb4ec0ccd
parent60fd3ed2b167e4bb823600ea6862758a222a48c2
go/types: implement singleType and structure (type)

This is a clean port of CL 359015 to go/types.

Change-Id: Iea4e3bfe0a4ae0e5a9052cb6e66c01405bd57c3d
Reviewed-on: https://go-review.googlesource.com/c/go/+/360756
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/call.go
src/go/types/expr.go
src/go/types/index.go
src/go/types/infer.go
src/go/types/stmt.go
src/go/types/termlist.go
src/go/types/termlist_test.go
src/go/types/testdata/examples/inference.go2
src/go/types/typeparam.go
src/go/types/typeset.go