]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add test case for using Alias types
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 1 Mar 2024 16:54:39 +0000 (23:54 +0700)
committerGopher Robot <gobot@golang.org>
Thu, 16 May 2024 01:45:48 +0000 (01:45 +0000)
commit8ce2fedaeb1b4e5c61a811223dd07fc1dff6b81f
treeb48da9593e4543f46712f161874732194fb430db
parent63a0a905fa8a84c46569aaee6b12d6530c7527e6
cmd/compile: add test case for using Alias types

CL 579935 disabled usage of Alias types in the compiler, and tracks
the problem with issue #66873. The test case in #65893 passes now
with the current tip. This CL adds a test case to ensure there is no
regression once Alias types are enabled for the compiler.

Updates #66873
Fixes #65893

Change-Id: I51b51bb13ca59549bc5925dd95f73da40465556d
Reviewed-on: https://go-review.googlesource.com/c/go/+/568455
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
test/fixedbugs/issue65893.go [new file with mode: 0644]