]> Cypherpunks repositories - gostls13.git/commit
go/types: respect IgnoreFuncBodies for function literals
authorRob Findley <rfindley@google.com>
Wed, 28 Apr 2021 15:13:35 +0000 (11:13 -0400)
committerRobert Findley <rfindley@google.com>
Wed, 28 Apr 2021 20:36:50 +0000 (20:36 +0000)
commitfa6ed6e81ae6414681336c08da16213b943c45e3
tree78be8c02eaf834c47dc4e14f196a6ac466394855
parent6082c05d8b4ab59e74204a3749629c8e6240b7b0
go/types: respect IgnoreFuncBodies for function literals

This is a 1:1 port of CL 313650 to go/types.

Change-Id: Iec01ac2831f21162d9977a139549e081ee769f90
Reviewed-on: https://go-review.googlesource.com/c/go/+/314631
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/expr.go
src/go/types/stmt.go