On Mon, Sep 21, 2020 at 3:54 PM Ian Lance Taylor wrote:
>
> This patch to the Go frontend finalizes methods for type aliases of
> struct types. Previously we would finalize the methods of the alias
> type itself, but since its a type alias we really need to finalize the
> methods of the aliased t
This patch to the Go frontend finalizes methods for type aliases of
struct types. Previously we would finalize the methods of the alias
type itself, but since its a type alias we really need to finalize the
methods of the aliased type.
This patch also handles method expressions of unnamed struct