]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] go/types: move struct checking into separate file
authorRob Findley <rfindley@google.com>
Thu, 3 Jun 2021 15:10:08 +0000 (11:10 -0400)
committerRobert Findley <rfindley@google.com>
Fri, 4 Jun 2021 11:01:22 +0000 (11:01 +0000)
commit93a886a165ed39bcfb842f88f17fc2cd7d005ab9
tree920c76c6a8a091da7bfc1fda88ff75140e26d8aa
parentffc74ad5d3241f3fed48816e25802967cfd6fb07
[dev.typeparams] go/types: move struct checking into separate file

This is a port of CL 321589 to go/types. Specifically, the same checker
methods were moved.

Change-Id: If07d96faa77d2f9409d8895f970149c42cbfe440
Reviewed-on: https://go-review.googlesource.com/c/go/+/324753
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/struct.go [new file with mode: 0644]
src/go/types/typexpr.go