]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix wrong dict pass condition for type assertions
authorWayne Zuo <wdvxdr@golangcn.org>
Sun, 31 Jul 2022 09:20:26 +0000 (17:20 +0800)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 1 Aug 2022 20:18:37 +0000 (20:18 +0000)
commit27038b70f860e29fdf472ac5fb208b6ad9598c10
tree5a41b0afebb8dd6fcae5e2005ccd55e3e502fe0b
parente99f53fed98b0378c147588789b8c56b0305469b
cmd/compile: fix wrong dict pass condition for type assertions

Fixes #54135

Change-Id: I2b27af8124014b2699ea44bdc765e1fb8f6c8028
Reviewed-on: https://go-review.googlesource.com/c/go/+/420394
Reviewed-by: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Wayne Zuo <wdvxdr@golangcn.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/cmd/compile/internal/noder/stencil.go
test/typeparam/issue54135.go [new file with mode: 0644]