]> Cypherpunks repositories - gostls13.git/commit
go/types: fix type in Interface.Complete method
authorRobert Griesemer <gri@golang.org>
Wed, 22 Nov 2017 21:12:42 +0000 (13:12 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 22 Nov 2017 22:37:15 +0000 (22:37 +0000)
commitecc8650398d6f5f78843a162c6579d2e45cbf7fe
treebdbfe88a1faa2387aa9f1fab4b616ba933abe8c2
parent4671da0414b31c7bd234e96b5af414fecb79e861
go/types: fix type in Interface.Complete method

This doesn't appear to have caused problems (because we don't depend
on the sort order, it seems) but it's clearly incorrect.

Change-Id: Ib6eb0128a3c17997c7907a618f9ce102b32aaa98
Reviewed-on: https://go-review.googlesource.com/79497
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/go/types/type.go