]> Cypherpunks repositories - gostls13.git/commit
go/types: fix Eval to use correct file set when evaluating an expression
authorRobert Griesemer <gri@golang.org>
Mon, 15 Jun 2015 19:49:45 +0000 (12:49 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 15 Jun 2015 20:11:58 +0000 (20:11 +0000)
commit7322ef5d2a4aefc3f059015dcb8a7860461cb911
treed00c368e7b8e3cd393fc97bc90f542c759208767
parentd63c42df255f4abdb58d611eca109a7ffdcb8104
go/types: fix Eval to use correct file set when evaluating an expression

This is https://go-review.googlesource.com/10999 which we could not apply
in x/tools/go/types because we must not rely on 1.5 features in that repo
yet.

Change-Id: I9a57cdb7ad4051df278d1fbed90c736df50f426f
Reviewed-on: https://go-review.googlesource.com/11125
Reviewed-by: Alan Donovan <adonovan@google.com>
src/go/types/eval.go