Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reflect: improve panic when MapIter has no associated map Value
it := new(reflect.MapIter) it.Next() This generates a nil pointer dereference panic from reflect.Value.pointer. Generate a clearer panic. For golang#46293 Change-Id: I32a22c797e1ba3a7b4e70b38ceb4dedb44d264fa
- Loading branch information