]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: fix stencil call expression.
authorwdvxdr <wdvxdr1123@gmail.com>
Sun, 22 Aug 2021 16:48:10 +0000 (00:48 +0800)
committerDan Scales <danscales@google.com>
Wed, 25 Aug 2021 16:37:31 +0000 (16:37 +0000)
commit08d4cc20cad0e95b4e368c2f38268199f9c68548
tree2650f428b403978ac7fa641ccae9ba82e583a190
parent099b819085e12ca45ac184cab5afb82538bec472
cmd/compile: fix stencil call expression.

Fixes: #47878
Change-Id: I369350813726fd518b4eab2b98f43bf031a6dee6
Reviewed-on: https://go-review.googlesource.com/c/go/+/344210
Reviewed-by: Dan Scales <danscales@google.com>
Trust: Dan Scales <danscales@google.com>
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Dan Scales <danscales@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/compile/internal/noder/stencil.go
test/typeparam/issue47878.go [new file with mode: 0644]