]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: fix assert condition in generic method call
authorWayne Zuo <wdvxdr@golangcn.org>
Thu, 16 Jun 2022 03:05:39 +0000 (11:05 +0800)
committerGopher Robot <gobot@golang.org>
Wed, 22 Jun 2022 16:25:18 +0000 (16:25 +0000)
commit4045b1bc3f97a47274ef1da2bf6d29f5ce1c7b88
treeb39c527aae3a431e2c6497adbede0b77a427b57a
parent6bad7e82430bb1eb927a2901f44f9664637db27d
cmd/compile: fix assert condition in generic method call

Fixes #53406.

Change-Id: If7ae39ec1042a792d82a0a2de96d168c22d8ab71
Reviewed-on: https://go-review.googlesource.com/c/go/+/412614
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Alex Rakoczy <alex@golang.org>
Auto-Submit: Alex Rakoczy <alex@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Wayne Zuo <wdvxdr@golangcn.org>
src/cmd/compile/internal/noder/stencil.go
test/typeparam/issue53406.go [new file with mode: 0644]