]> Cypherpunks repositories - gostls13.git/commit
go/types: simplify Checker.Call
authorRob Findley <rfindley@google.com>
Wed, 21 Apr 2021 02:27:15 +0000 (22:27 -0400)
committerRobert Findley <rfindley@google.com>
Wed, 21 Apr 2021 20:44:00 +0000 (20:44 +0000)
commit122fca49f968c50c3c5be27ae3f69b3b2b13e0e7
tree02aea4435aa0670fc215877701d15e1d23955e7f
parent1d2101116f50ab828b165ffebc9d379824cf7266
go/types: simplify Checker.Call

This is a direct port of CL 306171 to go/types.

Change-Id: I6f0102c76bad3f1d939074fc4c59f772dd417498
Reviewed-on: https://go-review.googlesource.com/c/go/+/312190
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/types/call.go
src/go/types/expr.go
src/go/types/fixedbugs/issue39634.go2