]> Cypherpunks.ru repositories - gostls13.git/commit
go/types: remove superfluous ordinaryType calls
authorRobert Findley <rfindley@google.com>
Tue, 31 Aug 2021 22:26:16 +0000 (18:26 -0400)
committerRobert Findley <rfindley@google.com>
Wed, 1 Sep 2021 00:37:23 +0000 (00:37 +0000)
commit36ac2214fadc64f33f5e8c4076d123ba4e40a665
tree9263e08cee03753d098235ea24823d558bf9c330
parent1a9807906df1d1cb9955dfda387b92e03375c0f0
go/types: remove superfluous ordinaryType calls

This is a port of CL 346291 to go/types.

Change-Id: I8f864aca5cdb4037bc27a81cde1597430b9a48db
Reviewed-on: https://go-review.googlesource.com/c/go/+/346559
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
src/go/types/expr.go
src/go/types/stmt.go
src/go/types/testdata/fixedbugs/issue42758.go2
src/go/types/typexpr.go