]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.typeparams] cmd/compile/internal/types: review of selection.go
authorRobert Griesemer <gri@golang.org>
Tue, 27 Oct 2020 18:43:46 +0000 (11:43 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 27 Oct 2020 23:30:36 +0000 (23:30 +0000)
Except for the package name, this file is unchanged from the go/types version.

f=selection.go; diff $f ../../../../go/types/$f
7c7
< package types2
---
> package types

Change-Id: I09c26a744f445ec992c554d293e3ca9896b5c849
Reviewed-on: https://go-review.googlesource.com/c/go/+/265698
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/selection.go

index da0e9ab5269076dea9b26f64d7a9776d08924113..8128aeee2e5113b6979990cfba4e94e373b206a9 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.