Skip to content

Commit

Permalink
Added 'hash' to objcReservedWords (#8582)
Browse files Browse the repository at this point in the history
Fix for #7991
  • Loading branch information
Pe-te committed Feb 1, 2021
1 parent 6dee987 commit c12f604
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ public Swift5ClientCodegen() {
// Added for Objective-C compatibility
"id", "description", "NSArray", "NSURL", "CGFloat", "NSSet", "NSString", "NSInteger", "NSUInteger",
"NSError", "NSDictionary",
// 'Property 'hash' with type 'String' cannot override a property with type 'Int' (when objcCompatible=true)
"hash",
// Cannot override with a stored property 'className'
"className"
)
Expand Down

0 comments on commit c12f604

Please sign in to comment.