]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] cmd/compile/internal/types2: fix a bug in package qualification...
authorRobert Griesemer <gri@golang.org>
Wed, 21 Jul 2021 23:36:49 +0000 (16:36 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 26 Jul 2021 20:53:13 +0000 (20:53 +0000)
commitb93f646125882fc59a6dd5a9c83813dce674bc6b
tree0df445c00843d9f377790d2044c0c966757cd930
parent996b0dbc65954bbf538278bcc41f832f79a1ca03
[dev.typeparams] cmd/compile/internal/types2: fix a bug in package qualification logic

This is a partial port of https://golang.org/cl/330629, containing
only the actual bug fix and adjustements to another test file.

The respective test case has not been ported yet as it requires
some bigger adjustments.

For #46905

Change-Id: Ibd20658b8a31855da20cf56e24bcce9560656ca0
Reviewed-on: https://go-review.googlesource.com/c/go/+/336350
Trust: Robert Griesemer <gri@golang.org>
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/compile/internal/types2/errors.go
src/cmd/compile/internal/types2/testdata/check/issues.src
test/run.go