compiler: Fix bug in embedded method handling.
If the same type was embedded in a struct at different levels, only the first embedded instance was considered when building the set of all methods. A second instance was ignored, even if it was at a higher level and should therefore override the first instance. Test case is bug485.go in master repository. From-SVN: r210096
Showing
Please
register
or
sign in
to comment