commit | e64f1a4c635f3f65c068836f76a56f6d50be7fb7 | [log] [tgz] |
---|---|---|
author | Rebecca Stambler <rstambler@golang.org> | Thu Nov 17 16:44:22 2016 -0500 |
committer | Alan Donovan <adonovan@google.com> | Wed Nov 23 20:09:00 2016 +0000 |
tree | 76457734e4b9d2417c2c8a34da521422dfeaa3a3 | |
parent | 4c6345e8dcc0f4b741dea01f83c49ad201a26673 [diff] |
cmd/guru: add workaround to handle inconsistency between go/types and gc Add identical workaround from gorename to guru. Only affects queries that typecheck the code first. Fixes golang/go#16530 Change-Id: I718cfceb8d26868eea9128c8873b164333c50f53 Reviewed-on: https://go-review.googlesource.com/33359 Reviewed-by: Alan Donovan <adonovan@google.com>