]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: allow importing and exporting of ODYANMICDOTTYPE[2]
authorKeith Randall <khr@golang.org>
Mon, 18 Oct 2021 17:26:18 +0000 (10:26 -0700)
committerKeith Randall <khr@golang.org>
Mon, 18 Oct 2021 19:46:27 +0000 (19:46 +0000)
commit394a1ad2956f0397e83b5f0234ea7e972a307848
tree31af0a8f09b027ba2e3cfc9d09e2a960e5d7ebad
parent4d550727f8b85e9f8866f22c8a02b8f56fa64159
cmd/compile: allow importing and exporting of ODYANMICDOTTYPE[2]

Fixes #49027

Change-Id: I4520b5c754027bfffbc5cd92c9c27002b248c99a
Reviewed-on: https://go-review.googlesource.com/c/go/+/356569
Trust: Keith Randall <khr@golang.org>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/typecheck/iexport.go
src/cmd/compile/internal/typecheck/iimport.go
test/typeparam/issue49027.dir/a.go [new file with mode: 0644]
test/typeparam/issue49027.dir/main.go [new file with mode: 0644]
test/typeparam/issue49027.go [new file with mode: 0644]