]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] go/types: move (remaining) type decls into their own files (cleanup)
authorRob Findley <rfindley@google.com>
Fri, 16 Jul 2021 14:59:53 +0000 (10:59 -0400)
committerRobert Findley <rfindley@google.com>
Fri, 16 Jul 2021 23:35:10 +0000 (23:35 +0000)
commit521828091c73e2af67bc2210b7c94cc54076f17b
tree2c52539b076bf2e0c27061b7e2748ffd17e98b6c
parent624d152db711cff77466b2049ae29377a110396a
[dev.typeparams] go/types: move (remaining) type decls into their own files (cleanup)

This is a port of CL 332093 to go/types. A missing comment is added to
named.go, and some TODOs were added to converge on the TypeParam API.

Change-Id: I781a1d0d3fc6c11bb323123e954c106094d998ef
Reviewed-on: https://go-review.googlesource.com/c/go/+/335040
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/array.go [new file with mode: 0644]
src/go/types/basic.go [new file with mode: 0644]
src/go/types/chan.go [new file with mode: 0644]
src/go/types/instance.go [new file with mode: 0644]
src/go/types/map.go [new file with mode: 0644]
src/go/types/named.go [new file with mode: 0644]
src/go/types/pointer.go [new file with mode: 0644]
src/go/types/slice.go [new file with mode: 0644]
src/go/types/tuple.go [new file with mode: 0644]
src/go/types/type.go
src/go/types/typeparam.go [new file with mode: 0644]