mirror of
https://github.com/golang/go
synced 2024-11-18 08:44:43 -07:00
b303f430e3
Fillstruct wasn't able to fill structs with fileds that held anonymous structs or maps with anonymous structs/interfaces. By adding *types.Struct and *types.Interface support in TypeExpr(), fillstruct is now works for those as well. Fixes golang/go#40980 Change-Id: I2a1d6d4db237800197cf14e3ad5067a0e7ab701a Reviewed-on: https://go-review.googlesource.com/c/tools/+/249999 Reviewed-by: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> |
||
---|---|---|
.. | ||
analysis.go |