Closed BenChung closed 2 years ago
Set can end up being used as a name by schemas, which then causes the generated code to error out when loaded. This change adds Set as a known keyword to be mangled into _Set to avoid this issue, similarly to how other types in Base are handled.
Set
_Set
Set
can end up being used as a name by schemas, which then causes the generated code to error out when loaded. This change addsSet
as a known keyword to be mangled into_Set
to avoid this issue, similarly to how other types in Base are handled.