]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.typeparams] cmd/compile/internal/types: review of return.go
authorRobert Griesemer <gri@golang.org>
Thu, 11 Feb 2021 01:40:59 +0000 (17:40 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 12 Feb 2021 22:18:12 +0000 (22:18 +0000)
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 <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/return.go

index 88234b172309f49aab8834271877df557420f42a..204e456a916fb127e02b3fa9aee0f6c41cd5971b 100644 (file)
@@ -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.