From: Robert Griesemer Date: Thu, 11 Feb 2021 01:40:59 +0000 (-0800) Subject: [dev.typeparams] cmd/compile/internal/types: review of return.go X-Git-Tag: go1.17beta1~1473^2~25 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3aee461d5c3105db0663ec1ad9b906183a7e9f0b;p=gostls13.git [dev.typeparams] cmd/compile/internal/types: review of return.go The changes between (equivalent, and reviewed) go/types/return.go and return.go can be seen by comparing patchset 1 and 2. The actual change is just removing the "// UNREVIEWED" marker. Change-Id: I7bb3201abec75043804296d6c37307fd243d58f8 Reviewed-on: https://go-review.googlesource.com/c/go/+/291175 Trust: Robert Griesemer Reviewed-by: Robert Findley --- diff --git a/src/cmd/compile/internal/types2/return.go b/src/cmd/compile/internal/types2/return.go index 88234b1723..204e456a91 100644 --- a/src/cmd/compile/internal/types2/return.go +++ b/src/cmd/compile/internal/types2/return.go @@ -1,4 +1,3 @@ -// UNREVIEWED // Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.