aboutsummaryrefslogtreecommitdiff
path: root/test/typeparam/issue47684b.go
AgeCommit message (Collapse)Author
2021-08-16cmd/compile: fix dictionaries for nested closuresKeith Randall
Capturing dictionary closure variables is ok. Fixes #47684 Change-Id: I049c87117915e0c5a172b9665bfac2f91064b2d4 Reviewed-on: https://go-review.googlesource.com/c/go/+/342050 Trust: Keith Randall <khr@golang.org> Trust: Dan Scales <danscales@google.com> Run-TryBot: Keith Randall <khr@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dan Scales <danscales@google.com>