You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sema: Force synthesis of the CodingKeys nested type in EmittedMembersRequest
Even if the conformance to Encodable or Decodable is via an extension, the
nested type is synthesized as a member of the type itself, so that it can
be shared by both conformances. Make sure we force it to be synthesized in
this case.
0 commit comments