]> Cypherpunks repositories - gostls13.git/commit
go/types: remove work-around for issue #26390
authorRobert Griesemer <gri@golang.org>
Fri, 5 Oct 2018 00:16:33 +0000 (17:16 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 5 Oct 2018 17:56:28 +0000 (17:56 +0000)
commit71d40c492fa92e710f9a3b2f26881a86f877ae95
treee98d52b726809fbed03e8f08373e0064a694c86c
parent6d51dd1e85bbed9f59023a468c4cbbeed598608f
go/types: remove work-around for issue #26390

This work-around is not needed anymore now that method
signatures are type-checked separately from their receiver
base types: no artificial cycles are introduced anymore
and so there is no need to artificially cut them.

Fixes #26854.

Change-Id: I2ef15ceeaa0b486f65f6cdc466d0cf06246c74d7
Reviewed-on: https://go-review.googlesource.com/c/139900
Reviewed-by: Alan Donovan <adonovan@google.com>
src/go/types/decl.go