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
Add a naive canBeRepresentedInObjectiveC to TypeSyntax
This checks for a set of known type names, hence isn't super reliable.
It cannot distinguish between struct types an target relationship
types. E.g. `var addresses = [ Address ]`, could be a toMany relship
or an array of Address structs.
0 commit comments