Closed
Description
With #48424, we allow users to elide interface{}
in constraint expressions. We expose this in the type checker as func (*Interface) IsImplicit() bool
. It would be nice to capture this in export data, so that we can preserve this implicit bit on import.