go/types: fix regression in type checking of RangeStmt.
Now that untyped expressions are done in two phases, the identity of operand.expr is used as a map key; when reusing operand values we now must be careful to update the expr field. R=gri CC=golang-dev https://golang.org/cl/7444049
Showing
Please register or sign in to comment