]> Cypherpunks repositories - gostls13.git/commit
go/types: simplify Checker.funcInst
authorRob Findley <rfindley@google.com>
Wed, 21 Apr 2021 02:23:14 +0000 (22:23 -0400)
committerRobert Findley <rfindley@google.com>
Wed, 21 Apr 2021 20:36:36 +0000 (20:36 +0000)
commit614a9c2613484de952785dc851e08ae81197df2c
tree950d7543a74184d0afdc0448fb46921e10f3ca61
parent39785912b99b311bc7c8d085703c1421087a79e1
go/types: simplify Checker.funcInst

This is a port of CL 306169 to go/types, adjusted only for use of the
typeparams package, and the different positioning API.

Change-Id: I3095f4b0dae4473e75ec2a988ea282bac1a4bab3
Reviewed-on: https://go-review.googlesource.com/c/go/+/312189
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