]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: allow importing and exporting of ODYNAMICTYPE
authorKeith Randall <khr@golang.org>
Mon, 18 Oct 2021 17:59:29 +0000 (10:59 -0700)
committerKeith Randall <khr@golang.org>
Tue, 19 Oct 2021 22:47:48 +0000 (22:47 +0000)
commit2be5b846650aa4674a4eca7c11f303673b69a35a
treece7b48a4bbb5fb2b32cd21e18f2b9d864bd83083
parent9fa85518ff84420af644b1dd82ff311a39cd99c1
cmd/compile: allow importing and exporting of ODYNAMICTYPE

Change-Id: I2fca7a801c85ed93c002c23bfcb0cf9593f1bdf4
Reviewed-on: https://go-review.googlesource.com/c/go/+/356571
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>
src/cmd/compile/internal/typecheck/iexport.go
src/cmd/compile/internal/typecheck/iimport.go
test/typeparam/issue49027.dir/a.go
test/typeparam/issue49027.dir/main.go