]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: do not set ONAME type when evaluated in type context
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 4 Mar 2021 08:06:38 +0000 (15:06 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 5 Mar 2021 18:47:09 +0000 (18:47 +0000)
commitc082f9fee0e08ac5ea6498ade1153fb6e68f7c72
tree118931a864868d23d80a155641604fda734ea5c8
parentfbee173545da4ecbdd80a59edcb93e6c4605241f
cmd/compile: do not set ONAME type when evaluated in type context

Updates #43311

Change-Id: I26e397d071b434256dab0cc7fff9d134b80bd6e3
Reviewed-on: https://go-review.googlesource.com/c/go/+/298711
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/typecheck/typecheck.go
test/fixedbugs/issue22389.go