tools/go
Robert Griesemer 0d2f7d411b go.tools/go/types: fix isAssignable and IsIdentical
- Imported objects that are explicitly exported may have a nil package;
  don't use it for qualified name computation (it's not needed).
- isAssignable must check all possibilities before declaring failure.

Fixes golang/go#5675.

R=adonovan
CC=golang-dev
https://golang.org/cl/10141044
2013-06-11 10:00:00 -07:00
..
exact go.tools: add go/types, ssa, and cmd/vet 2013-05-17 13:20:39 -07:00
types go.tools/go/types: fix isAssignable and IsIdentical 2013-06-11 10:00:00 -07:00