]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/compile/internal/types2: move signature checking into separate...
authorRobert Griesemer <gri@golang.org>
Thu, 20 May 2021 21:53:21 +0000 (14:53 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 21 May 2021 15:26:27 +0000 (15:26 +0000)
commit243076da64d251853ed7a69ce770e9fa71b5bf0d
treea5d31af639dbff7b8aa03d16c7779499aeb6e26f
parentcfe0250497aa2eaa7d3a9a56d815bfa1f4b9b8b5
[dev.typeparams] cmd/compile/internal/types2: move signature checking into separate file

This only moves functionality from one file into another.
Except for import adjustments there are no changes to the
code.

Change-Id: Id0d20a7537f20abe3a257ad3f550b0cb4499598c
Reviewed-on: https://go-review.googlesource.com/c/go/+/321590
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/signature.go [new file with mode: 0644]
src/cmd/compile/internal/types2/typexpr.go