]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] go/types: fix panic with nil package name
authorRob Findley <rfindley@google.com>
Thu, 3 Jun 2021 13:52:05 +0000 (09:52 -0400)
committerRobert Findley <rfindley@google.com>
Fri, 4 Jun 2021 10:59:23 +0000 (10:59 +0000)
commite32fab145b488cf8bd1fb4a2466cb9be33ac3770
tree7837666abe056b3d8919b1ffd4e6540c9e78b969
parentcd6e9df446680d591c28c08d2cc768ec014cf29d
[dev.typeparams] go/types: fix panic with nil package name

This is a straightforward port of CL 320490 to go/types.

Change-Id: I763c806c777f926a563d8f9384764e5b3f7f083c
Reviewed-on: https://go-review.googlesource.com/c/go/+/324732
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/resolver.go