]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] go/types: move signature checking into separate file
authorRob Findley <rfindley@google.com>
Thu, 3 Jun 2021 15:13:38 +0000 (11:13 -0400)
committerRobert Findley <rfindley@google.com>
Mon, 7 Jun 2021 17:06:42 +0000 (17:06 +0000)
commit991dca0112c9c81c384b32d413a693ff4751c3ab
treed9ae473e749e6d502665625fb6a94102c136d624
parentc23294d6b356590d5ebcaf153048111ee9b30465
[dev.typeparams] go/types: move signature checking into separate file

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

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